studiole-command 0.4.1

A simple command execution framework with event subscription and progress tracking.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Command execution framework with event subscription and progress tracking.
mod event_kind;
mod macros;
pub mod prelude;
#[cfg(feature = "server")]
mod server_prelude;
#[cfg(feature = "server")]
mod services;
#[cfg(test)]
mod tests;
mod traits;