font 0.42.0

The package provides a builder and parser of fonts.
Documentation
1
2
3
4
5
6
7
8
/// Timestamps.
#[derive(Clone, Copy, Debug, Default, PartialEq)]
pub struct Timestamps {
    /// The time of creation in seconds relative to 1904-01-01T00:00:00+00:00.
    pub creation: i64,
    /// The time of modification in seconds relative to 1904-01-01T00:00:00+00:00.
    pub modification: i64,
}