beyond/
lib.rs

1pub use beyond_derive::Beyond;
2
3mod error;
4pub use error::Error;
5
6#[doc(hidden)]
7pub mod serde;