serde_amqp 0.5.2

A serde implementation of AMQP1.0 protocol.
Documentation
1
2
3
4
//! Serialization/deserialization of extension types that are not defined in the core protocol

mod transparent_vec;
pub use transparent_vec::*;