forge-core 0.9.0

Core types and traits for the Forge framework
Documentation
1
2
3
4
5
mod context;
mod traits;

pub use context::DaemonContext;
pub use traits::{DaemonInfo, DaemonStatus, ForgeDaemon};