| Crates.io | slingshot |
| lib.rs | slingshot |
| version | 0.3.0 |
| created_at | 2023-04-07 22:52:18.302116+00 |
| updated_at | 2023-07-03 21:41:11.288458+00 |
| description | Abstraction for async runtime that works with std types |
| homepage | |
| repository | https://github.com/ultimicro/slingshot |
| max_upload_size | |
| id | 833274 |
| size | 13,376 |
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