falcorn-sdk 0.1.0

Falcorn SDK for interacting with the server IPC and plugins.
Documentation
1
2
3
4
5
6
7
8
9
pub mod control;
pub mod error;
pub mod logging;
mod wire;

pub use control::ControlClient;
pub use error::{Error, Result};
pub use falcorn_proto as proto;
pub use logging::{LoggingClient, LoggingClientBuilder};