3 releases
Uses new Rust 2024
| 0.1.2 | May 23, 2025 |
|---|---|
| 0.1.1 | May 23, 2025 |
| 0.1.0 | May 19, 2025 |
#2053 in Filesystem
93 downloads per month
8KB
154 lines
nullnet-platform
A collection of shared libraries used across AppGuard, WallGuard, and their agents.
Steps to add a new member to the platform
- Modify the
Cargo.tomlfile[members]section to include the new member (in the form"client_libraries/member_name"or"server_libraries/member_name") - Run the command
cargo new <new_member_path> --libto generate the skeleton for the new member
Dependencies
~1–20MB
~321K SLoC