kbus-mock 0.1.0

Mock implementation of the kbus crate for testing
Documentation
1
2
3
4
5
6
7
8
9
//! # kbus-mock Library
//!
//! Mock implementation of the kbus crate for testing.

mod error;
mod kbus;

pub use error::Error;
pub use kbus::{KBus, get_output_bit, reset_state, set_input_bit};