funes 0.3.0

Funes is a server to mock HTTP responses.
Documentation
1
2
3
4
#[actix_web::main]
async fn main() -> std::io::Result<()> {
    funes::server::new().await
}