thenodes 0.2.0

TheNodes is a modular, plugin-driven P2P node framework for Rust, supporting node-embedded plugins (NEP) and core-as-a-library (CAL) modes with async-first APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
build/
# Track the workspace lockfile for reproducible builds
# (library crates published to crates.io ignore their lockfiles)
#Cargo.lock
data/
logs/
# Ignore PKI material directories (any variants used during testing)
pki/
pki*/
plugins/
target/
**/target/
*.code-workspace