docs.rs failed to build easyhttpmock-vetis-compio-0.1.0
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 Compio
This crate provides the core functionality for creating HTTP mock servers using the Compio runtime.
Quick Start
Add EasyHttpMock Vetis Compio to your Cargo.toml:
= { = "0.1.0-beta.1", = ["http2", "rust-tls"] }
= { = "0.19.1", = false, = ["io-uring", "macros", "runtime"] }
Usage Example
Here's how simple it is to create a web server with VeTiS:
use ;
use ;
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