Crate wick_component_cli
source ·Expand description
Utility crate that makes it easy to build a CLI for Rust-based Wick components.
Re-exports
pub use cli::print_info;
Modules
- The crate’s error module.
- Common configuration and argument structures.
Structs
- Struct that holds control methods and metadata for a running service.
- Metadata for the running server.
Functions
- Start a server with the passed SharedComponent and keep it running until the process receives a SIGINT (^C).
- Parse CLI arguments into a wick_packet::PacketStream
- Starts an RPC server for the passed SharedComponent.
Type Aliases
- The crate’s error type;.