databoard 0.4.0

Provides a hierarchical key-value-store
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright © 2026 Stephan Kunz
//! Most commonly used interfaces of [`databoard`](crate).
//!
//! Typically it is sufficient to include the prelude with
//!
//! ```use databoard::prelude::*;```

// re-export usage of dataport
extern crate dataport;
pub use dataport::prelude::*;

pub use crate::{Databoard, RemappingList};