singlefile_formats/
data.rs

1//! Provides a number of data formats as [`FileFormat`][singlefile::FileFormat]s.
2
3pub mod base64;
4pub mod bincode;
5pub mod cbor_serde;
6pub mod json_serde;
7pub mod toml_serde;