slingshot

Crates.ioslingshot
lib.rsslingshot
version0.3.0
sourcesrc
created_at2023-04-07 22:52:18.302116
updated_at2023-07-03 21:41:11.288458
descriptionAbstraction for async runtime that works with std types
homepage
repositoryhttps://github.com/ultimicro/slingshot
max_upload_size
id833274
size13,376
Putta Khunchalee (ultimaweapon)

documentation

README

Slingshot

CI Crates.io

Slingshot is an async runtime for Rust similar to Tokio or async-std. What makes Slingshot different from those runtimes is:

  • It is working directly with the data types from std like std::net::TcpStream instead of introducing a new data type.
  • It is guarantee that all futures will run to completion if the process does not forced to exit.

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.

License

MIT

Commit count: 39

cargo fmt