oc-wasm-futures 0.1.0

Futures that allow async/await to be used in OC-Wasm for a more ergonomic experience
docs.rs failed to build oc-wasm-futures-0.1.0
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: oc-wasm-futures-0.12.0

OC-Wasm-futures provides a collection of async futures for use in Rust code running on OpenComputers computers running the OC-Wasm architecture. These futures are designed to work with any async executor and provide more ergonomic ways to handle sleeping and making method calls.