stubr 0.2.0-alpha2

Wiremock implemented in Rust
Documentation
1
2
3
4
5
/// Stubr server configuration.
#[derive(Default)]
pub struct Config {
    pub port: Option<u16>,
}