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

Download history 42/week @ 2025-11-27 59/week @ 2025-12-04 37/week @ 2025-12-11 24/week @ 2025-12-18 13/week @ 2026-01-01 26/week @ 2026-01-08 18/week @ 2026-01-15 22/week @ 2026-01-29 21/week @ 2026-02-05 32/week @ 2026-02-12 1/week @ 2026-02-19 34/week @ 2026-02-26

93 downloads per month

AGPL-3.0-only

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

  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–20MB
~321K SLoC