thenodes 0.1.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
14
15
16
17
18
# Normalize line endings to LF for Rust sources and text files
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.sh text eol=lf

# Mark binary artifacts
*.so binary
*.dylib binary
*.dll binary
*.pem text eol=lf
*.crt text eol=lf

# GitHub linguist hints
*.rs linguist-language=Rust