Building from Source
Building from Source
Prerequisites
- Rust 1.82+
- Protobuf codegen vendored (handled by build.rs)
Build
cargo build --release
Tests
cargo test
Docs
cargo doc --no-deps --all-features
open target/doc/meshbbs/index.html
cargo build --release
cargo test
cargo doc --no-deps --all-features
open target/doc/meshbbs/index.html