beid_api 0.3.1

BeID common lib
Documentation
1
2
3
4
5
6
7
8
//! Custom de/serialization helpers to use in combination with [serde's with-annotation][with-annotation].
//!
//! [with-annotation]: https://serde.rs/field-attrs.html#with

pub mod as_base64;
pub mod byte_unit;
pub mod relative_path_buf;
pub mod time;