docs.rs failed to build easyhttpmock-vetis-smol-0.1.0-beta.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
EasyHttpMock Vetis Smol
This crate provides the core functionality for creating HTTP mock servers using the Smol runtime.
Quick Start
Add EasyHttpMock Vetis Smol to your Cargo.toml:
= { = "0.1.0-beta.3", = ["http2", "rust-tls"] }
= "0.2.2"
= { = "2.0.2", = false }
= { = "0.1.1", = false }
Usage Example
Here's how simple it is to create a web server with VeTiS:
use ;
use ;
use apply;
use main;
use Error;
async
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Author
Rogerio Pereira Araujo rogerio.araujo@gmail.com