1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// axion-db/src/lib.rs
// These modules contain the internal implementation details.
// They are `pub` so they can be used by other modules within this crate,
// but they will NOT be part of the public `prelude`.
/// The public-facing prelude for the `axion-db` crate.
/// This is the ONLY part that the `axion` crate should interact with.
/// It exposes the high-level manager and the data structures it returns.