Slingshot is an async runtime for Rust similar to Tokio or async-std. What makes Slingshot different from those runtimes is:
std
like std::net::TcpStream
instead of introducing a new data type.This crate provide only the abstraction layer for the other crates to use. You will need one of the implementor if you are building an application.
MIT