runtime-native 0.3.0-alpha.2

A cross-platform asynchronous runtime
docs.rs failed to build runtime-native-0.3.0-alpha.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: runtime-native-0.3.0-alpha.6

runtime-native

A cross-platform asynchronous Runtime. See the Runtime documentation for more details.

Examples

Runtime Native is the default Runtime. However it can still be set like any other Runtime:

#[runtime::main(runtime_native::Native)]
async fn main() {}

Installation

With cargo-edit do:

$ cargo add runtime-native

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our The "Contributing" section of the guide and take a look at some of these issues:

Conduct

The Runtime project adheres to the Contributor Covenant Code of Conduct. This describes the minimum behavior expected from all contributors.

License

Licensed under either of

at your option.

Contribution

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.