blob: 40bda7255c9629ce05221feed37d2180c189c50f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2026 metamuffin <metamuffin.org>
*/
pub mod backends;
pub mod indices;
pub mod table;
pub mod prefix_iterator;
pub type Pad32 = u32;
|