pathmap 0.1.4

A path-driven, namespaced data store for Rust, powered by SQLite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "scripts": {
    "remove": "cargo remove",
    "add": "cargo add",
    "dev": "cargo run",
    "build": "cargo build",
    "lint": "cargo fmt --all",
    "install": "cargo install --path .",
    "clean": "cargo clean",
    "publish": "cargo publish"
  }
}