4 releases (2 breaking)
Uses new Rust 2024
| 0.3.1 | Sep 19, 2025 |
|---|---|
| 0.3.0 | Sep 8, 2025 |
| 0.2.0 | Jul 29, 2025 |
| 0.1.0 | May 7, 2025 |
#5 in #centralized
280 downloads per month
Used in 3 crates
22KB
496 lines
appguard-rust-clients
This repository contains the code of the Rust-based clients supported by AppGuard.
You can run the sample projects from the root directory with the following command:
cargo run --bin <name>
where name is the name of the sample you want to run. The available samples are:
actix_sample(runs on port 3001)axum_sample(runs on port 3002)rocket_sample(runs on port 3003)
Dependencies
~17–31MB
~439K SLoC