singlefile-formats 0.5.0

Default file format implementations for singlefile.
Documentation
1
2
3
4
5
6
7
8
//! Provides a number of data formats as [`FileFormat`][singlefile::FileFormat]s.

pub mod base64;
pub mod bincode;
pub mod bincode_reloaded;
pub mod cbor_serde;
pub mod json_serde;
pub mod toml_serde;