/appguard-rust-clients

Rust-based clients supported by AppGuard

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

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)