structfs-core-store 0.2.0

Core StructFS store traits - Record, Value, Path, Format
Documentation
1
2
3
4
5
fn main() {
    // Runtime expressions must be PathComponent, not bare String/&str.
    let name = String::from("alice");
    let _ = structfs_core_store::path!("users", name);
}