Files @ 63f3efc9c886
Branch filter:

Location: CSY/reowolf/src/lib.rs

63f3efc9c886 328 B application/rls-services+xml Show Annotation Show as Raw Download as Raw
Christopher Esterhuyse
more logging, tests and comments. re-implemented checking for consistency for natives (eagerly) and proto components (after run_to_blocker). deduplicated each connector's failure requests toward the sink
#[macro_use]
mod macros;

mod common;
mod protocol;
mod runtime;

// #[cfg(test)]
// mod test;

pub use common::{ConnectorId, EndpointPolarity, Polarity, PortId};
pub use protocol::ProtocolDescription;
pub use runtime::{error, Connector, DummyLogger, FileLogger, VecLogger};

// #[cfg(feature = "ffi")]
// pub use runtime::ffi;