tzif-codec 0.1.4

Codec, validator, and builder for RFC 9636 TZif files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![allow(
    clippy::indexing_slicing,
    clippy::too_many_arguments,
    reason = "integration tests use generated fixtures and boundary mutation"
)]

mod common;

mod security_considerations {
    mod footer;
    mod layout;
    mod leap_seconds;
    mod parser;
    mod support;
    mod validation;
}