channel_plugin 0.2.0

The fastest, most secure and extendable digital workforce platform
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod jsonrpc;
pub mod message;
pub mod plugin_runtime;
pub mod plugin_helpers;
pub mod plugin_actor;
pub mod channel_client;
pub mod control_client;

#[cfg(feature = "test-utils")]
pub mod plugin_test_util;