nils-api-websocket 0.4.1

CLI crate for nils-api-websocket in the nils-cli workspace.
1
2
3
4
5
6
7
pub(crate) mod call;
pub(crate) mod history;
pub(crate) mod report;

pub(crate) use call::cmd_call;
pub(crate) use history::cmd_history;
pub(crate) use report::{cmd_report, cmd_report_from_cmd};