encrypt-stuff 0.2.1

Encrypt serializable data
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "bincode")]
pub mod bincode;
#[cfg(feature = "bitcode")]
pub mod bitcode;

pub mod decode;
pub mod encode;