mikrotik 0.0.15

REST API Wrapper for Mikrotik API
Documentation
1
2
3
4
5
6
7
pub mod address;
pub mod dhcp_client;
pub mod dhcp_server;
pub mod route;
mod types;

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