1
2
3
4
5
6
7
 
#![forbid(unsafe_code)]
#![doc = include_str!("../README.md")]

pub mod ser;

pub use ser::{ArgsSerializer, ValueSerializer};