rdss 0.2.1

Rust Data Storage System
Documentation
1
2
3
4
5
6
7
8
9
mod binary;
mod compiler;
mod format;
mod loader;

pub use binary::{read, write, Binary, BinaryError};
pub use compiler::{Compiler, CompilerBuilder, CompilerBuilderError, CompilerError};
pub use format::{File, Format};
pub use loader::{Loader, LoaderError};