Files @ bdf284174817
Branch filter:

Location: CSY/reowolf/src/lib.rs

bdf284174817 440 B application/rls-services+xml Show Annotation Show as Raw Download as Raw
MH
Update header in readme
#[macro_use]
mod macros;

mod common;
mod protocol;
mod runtime;
pub mod runtime2;
mod collections;

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

// TODO: Remove when not benchmarking
pub use protocol::input_source::InputSource;
pub use protocol::ast::Heap;

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