docs.rs failed to build vetis-compio-0.1.1
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.
Visit the last successful build:
vetis-compio-0.1.0
VeTiS-Compio (Very Tiny Server - Compio runtime support)
Compio Runtime Support for Vetis
The goal of this crate is provide compio runtime support for Vetis.
Quick Start
Add VeTiS and VeTiS-Compio to your Cargo.toml:
= { = "0.1.4-beta.7" }
= { = "0.1.0-beta.2", = ["http2", "rust-tls"] }
Crate features
- http1
- http2 (default)
- http3
- rust-tls (default)
Usage Example
Here's how simple it is to create a web server with VeTiS:
use ;
use ;
use ;
pub const CA_CERT: & = include_bytes!;
pub const SERVER_CERT: & = include_bytes!;
pub const SERVER_KEY: & = include_bytes!;
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