tokio-either

Crates.iotokio-either
lib.rstokio-either
version0.1.4
sourcesrc
created_at2019-12-24 20:58:59.13369
updated_at2019-12-25 15:03:06.11253
descriptionEither for Tokio
homepage
repositoryhttps://github.com/Hirrolot/tokio-either
max_upload_size
id192195
size5,339
hirrolot (hirrolot)

documentation

https://docs.rs/tokio-either/

README

tokio-either

Either for Tokio

type MaybeTls = Either<TcpStream, TlsStream<TcpStream>>;
Commit count: 21

cargo fmt