Files @ 702ecfb0e5e9
Branch filter:

Location: CSY/reowolf/src/lib.rs

702ecfb0e5e9 301 B application/rls-services+xml Show Annotation Show as Raw Download as Raw
Christopher Esterhuyse
distinguished subtree_id (identifying a connector's child in the consensus tree) from Route, as with the addition of udp endpoints, they no longer coincide
#[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 use runtime::ffi;