Re-exports§
pub extern crate slog;
Modules§
Structs§
- Config
- Configuration for Shalc.
- Outer
Bonds - Outer code communicates with Shalc using this.
- Shalc
- Calculate and share specified calculation. Work algorythm is simple:
Enums§
- Command
- Commands from outer code. Send it through
OuterBonds::command_tx
. - Notification
- Notifications to outer code, that can be recieved by
OuterBonds::notification_rx
. - State
- Current calculations loop state.