Skip to main content

relay_serialization/
lib.rs

1//! Relay serialization toolkit.
2//!
3//! Used to ensure we can bound the work when deserializing untrusted data.
4
5#![warn(missing_docs)]
6
7pub mod serde;