Files @ 07dc028a5d61
Branch filter:

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

07dc028a5d61 212 B application/rls-services+xml Show Source Show as Raw Download as Raw
Max Henger
Merge branch 'feat-runtime-error-handling' into 'master'

feat: runtime error handling

See merge request nl-cwi-csy/reowolf!7
#[macro_use]
mod macros;

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

pub use protocol::{ProtocolDescription, ProtocolDescriptionBuilder, ComponentCreationError};