midiserde 0.1.1

When mini isn't enough and serde is too much
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "base64")]
pub mod base64;

#[cfg(feature = "chrono")]
pub mod rfc3339;
#[cfg(feature = "chrono")]
pub mod timestamp;
#[cfg(feature = "chrono")]
pub mod time_delta;