mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +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;
|