Skip to main content

rust_pattern_components/
lib.rs

1pub use inventory::submit;
2pub use static_assertions::{assert_impl_one, const_assert};
3
4mod builder;
5mod factory;
6mod observer;
7
8pub use factory::*;
9pub use observer::*;