marzban_api 0.2.12

A simple async client which abstracts/simplifies the interactions with the Marzban panel API (https://github.com/Gozargah/Marzban).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! # API Methods
//!
//! This module contains the API methods for the Marzban API client.

pub mod admin;
pub mod core;
pub mod default;
pub mod node;
pub mod subscription;
pub mod system;
pub mod user;
pub mod user_template;