via 2.0.0-gm.45

An async multi-threaded web framework for people who appreciate simplicity.
Documentation
1
2
3
4
5
6
7
8
9
mod future;

#[cfg(any(feature = "aws-lc-rs", feature = "ring"))]
mod sha1;

pub use future::poll_immediate_no_wake;

#[cfg(any(feature = "aws-lc-rs", feature = "ring"))]
pub use sha1::{Base64EncodedDigest, sha1};