streamweave_error/
lib.rs

1//! Error handling system for StreamWeave
2
3pub mod error;
4
5pub use error::*;