mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-13 02:37:58 +01:00
8 lines
133 B
Rust
8 lines
133 B
Rust
mod raw;
|
|
pub use raw::RawDB;
|
|
|
|
mod typed;
|
|
pub use typed::{Adapter, AlignedAdapter, ArchivedValue, DB};
|
|
|
|
pub type Error = lmdb::Error;
|