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