BNC, Blockchain Native Cache.
A native stateless storage library for block chain.
Its value is to improve the stability and security of online services, at the cost of some single-node performance losses.
```shell
src ├── helper.rs ├── lib.rs ├── mapx/ │ ├── backend.rs │ ├── mod.rs │ └── test.rs ├── serde.rs └── vecx/ ├── backend.rs ├── mod.rs └── test.rs
2 directories, 9 files ```
```shell
===============================================================================
Makefile 1 29 21 0 8
Markdown 1 17 0 10 7 |- Shell 1 34 29 2 3
Rust 12 1729 1406 84 239 |- Markdown 11 129 0 121 8
```