1 unstable release

Uses new Rust 2024

new 0.1.0 May 19, 2025

#893 in Filesystem

AGPL-3.0-only

8KB
152 lines

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

~1–19MB
~318K SLoC