Crates.io | runtime-native |
lib.rs | runtime-native |
version | 0.3.0-alpha.6 |
source | src |
created_at | 2019-03-18 16:40:35.879635 |
updated_at | 2019-08-22 22:19:21.826513 |
description | A cross-platform asynchronous runtime |
homepage | https://github.com/rustasync/runtime |
repository | https://github.com/rustasync/runtime |
max_upload_size | |
id | 122274 |
size | 17,270 |
A cross-platform asynchronous Runtime. See the Runtime documentation for more details.
Runtime Native is the default Runtime. However it can still be set like any other Runtime:
#[runtime::main(runtime_native::Native)]
async fn main() {}
With cargo-edit do:
$ cargo add runtime-native
This crate uses #![deny(unsafe_code)]
to ensure everything is implemented in 100% Safe Rust.
Want to join us? Check out our The "Contributing" section of the guide and take a look at some of these issues:
The Runtime project adheres to the Contributor Covenant Code of Conduct. This describes the minimum behavior expected from all contributors.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.