13
Faster Rust Serialization
(mo8it.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
I think this example is a bit misleading because this specific type is usually (de-)serialized using
#[serde(with = "time::serde::whatever")].