4 releases
new 0.2.1 | Mar 20, 2025 |
---|---|
0.2.0 | Mar 19, 2025 |
0.1.1 | Mar 13, 2025 |
0.1.0 | Mar 12, 2025 |
#190 in Science
337 downloads per month
47KB
837 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.toml
file[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> --lib
to generate the skeleton for the new member
Dependencies
~4–10MB
~108K SLoC