mikrotik 0.0.15

REST API Wrapper for Mikrotik API
Documentation
1
2
3
4
5
6
7
mod health;
mod types;

pub use health::*;
pub use types::*;

const BASE: &str = "rest/system";