oxictl 0.1.1

Pure Rust Real-Time Control Systems Framework
Documentation
1
2
3
4
5
pub mod dual_channel;
pub mod voter;

pub use dual_channel::DualChannelComparator;
pub use voter::{Voter, VoterStrategy};