apimock 4.8.0

HTTP(S) mock server. Drop JSON files into a folder and your API immediately exists.
Documentation
1
2
3
4
5
6
use crate::core::config::Config;

#[derive(Clone)]
pub struct AppState {
    pub config: Config,
}