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
#![allow(
    clippy::indexing_slicing,
    reason = "integration tests use fixture indexing"
)]

mod common;

mod builder {
    mod explicit_transitions;
    mod fixed_offset;
    mod posix_footer;
}