salvo_core 0.91.1

Salvo is a powerful web framework that can make your work easier.
Documentation
1
2
3
4
mod handshake;
mod straight;
pub use handshake::HandshakeStream;
pub use straight::StraightStream;