7 releases

Uses new Rust 2024

new 0.3.2 Apr 2, 2025
0.3.1 Mar 28, 2025
0.2.1 Mar 20, 2025
0.1.1 Mar 13, 2025

#1074 in Network programming

Download history 234/week @ 2025-03-10 262/week @ 2025-03-17 219/week @ 2025-03-24 180/week @ 2025-03-31

895 downloads per month

MIT license

58KB
1K SLoC

nullnet-platform

A collection of shared libraries used across AppGuard, WallGuard, and their agents.

Steps to add a new member to the platform

  1. Modify the Cargo.toml file [members] section to include the new member (in the form "client_libraries/member_name" or "server_libraries/member_name")
  2. Run the command cargo new <new_member_path> --lib to generate the skeleton for the new member

Dependencies

~4–10MB
~107K SLoC