docs.rs failed to build axum-server2-0.7.3
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:
axum-server2-0.5.8
axum-server2
axum-server2 is a hyper server implementation designed to be used with axum framework.
This project is maintained by community independently from axum.
This branch applies a patched version of boringssl
Features
- HTTP/1 and HTTP/2
- HTTPS through rustls、openssl、boringssl.
- High performance through hyper.
- Using tower make service API.
- Very good axum compatibility. Likely to work with future axum releases.
Usage Example
A simple hello world application can be served like:
use ;
use SocketAddr;
async
You can find more examples here.
Minimum Supported Rust Version
axum-server2's MSRV is 1.66.
Safety
This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.
License
This project is licensed under the MIT license.
Accolades
The project is based on a fork of axum-server.