varchain 0.1.6

Async-only chain-based variable lookup engine, support no_std with alloc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "scripts": {
    "lint": "cargo fmt --all",
    "remove": "cargo remove",
    "dev": "cargo run",
    "build": "cargo build",
    "install": "cargo install --path .",
    "publish": "cargo publish",
    "add": "cargo add",
    "clean": "cargo clean"
  }
}