Files @ 3f236d37dad1
Branch filter:

Location: CSY/reowolf/src/lib.rs

3f236d37dad1 188 B application/rls-services+xml Show Annotation Show as Raw Download as Raw
Christopher Esterhuyse
pulled out arena-id dependency in favour of custom (minimal) impl, and to finish making component states serializable with serde
#[macro_use]
mod macros;

mod common;
mod protocol;
mod runtime;

#[cfg(test)]
mod test;

pub use runtime::{errors, Connector, PortBinding};

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