Docs.rs
wasmcloud-example-runner-0.6.0
wasmcloud-example-runner 0.6.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
wasmcloud-automation
Dependencies
async-trait ^0.1
normal
log ^0.4
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_json ^1.0
normal
wasmbus-rpc ^0.13
normal
base64 ^0.13
dev
weld-codegen ^0.7
build
Versions
71.43%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
wasmcloud_example_runner/
lib.rs
1
2
3
4
//! org.wasmcloud.examples.runner
mod
runner;
pub use
runner::
*
;