1
2
3
4
5
6
7
//! A crate that implements the functionality behind the wasmCloud shell
//!
//! The `wash` command line interface <https://github.com/wasmcloud/wash> is a great place
//! to find examples on how to fully utilize this library.

#[cfg(feature = "start")]
pub mod start;