gob 0.1.0

serde support for the gob binary format
Documentation
1
2
3
4
5
pub(crate) mod de;
pub(crate) mod gob;
pub(crate) mod ser;
pub(crate) mod types;
pub(crate) mod utils;