Crates.io | fbnc |
lib.rs | fbnc |
version | 0.2.10 |
source | src |
created_at | 2021-10-06 13:38:51.227715 |
updated_at | 2022-01-12 05:05:20.201564 |
description | Findora BNC, a native cache implementation for blockchain. |
homepage | https://github.com/FindoraNetwork/fbnc |
repository | https://github.com/FindoraNetwork/fbnc.git |
max_upload_size | |
id | 461177 |
size | 80,546 |
fBNC, 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.
# zsh % tree -F src
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
# zsh % tokei
===============================================================================
Language Files Lines Code Comments Blanks
===============================================================================
Makefile 1 29 21 0 8
TOML 2 37 29 3 5
-------------------------------------------------------------------------------
Markdown 1 17 0 10 7
|- Shell 1 34 29 2 3
(Total) 51 29 12 10
-------------------------------------------------------------------------------
Rust 12 1729 1406 84 239
|- Markdown 11 129 0 121 8
(Total) 1858 1406 205 247
===============================================================================
Total 16 1812 1456 97 259
===============================================================================