serde-jam 0.0.14

JAM encoding with serde
Documentation
1
2
3
4
5
#[cfg(feature = "std")]
pub use std::{borrow::Cow, format, string::String, vec, vec::Vec};

#[cfg(not(feature = "std"))]
pub use alloc::{borrow::Cow, format, string::String, vec, vec::Vec};