1 2 3 4 5
//! Implemented serializers are: [`bincode`] #[cfg(feature = "serializer_bincode")] pub mod bincode; pub mod custom_crypt;