apimock-config 5.1.1

Configuration model for apimock: loading, validation, editing, saving.
Documentation
1
2
3
4
5
6
pub const LISTENER_DEFAULT_IP_ADDRESS: &str = "127.0.0.1";
pub const LISTENER_DEFAULT_PORT: u16 = 3001;

pub const SERVICE_DEFAULT_FALLBACK_RESPOND_DIR: &str = ".";

pub const PRINT_DELIMITER: &str = "------------------------------------";