aora 0.6.4

Append-only random-accessed data persistence
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0

mod aomap;
mod aumap;
mod index;

pub use aomap::FileAoraMap;
pub use aumap::{FileAuraMap, FileAuraMapDump};
pub use index::FileAoraIndex;