Files @ 7f75e1f23836
Branch filter:

Location: CSY/reowolf/src/lib.rs - annotation

7f75e1f23836 292 B application/rls-services+xml Show Source Show as Raw Download as Raw
Christopher Esterhuyse
bugfix: regression from previous vers: proto components correctly enforce that each of their ports' firing variables are assigned FIRING iff that port put or get during the round
#[macro_use]
mod macros;

mod common;
mod protocol;
mod runtime;

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

#[cfg(feature = "ffi")]
pub mod ffi;