ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
// timestamps representing the same points in time, precisions and local offsets

// days precise, unknown local offset
(
    2007-02-23
    2007-02-23T
)

// minutes precise, UTC
(
    2007-02-23T12:14Z
    2007-02-23T12:14+00:00
)

// seconds precise, UTC
(
    2007-02-23T12:14:33Z
    2007-02-23T12:14:33+00:00
)

// frac. seconds precise, UTC
(
    2007-02-23T12:14:33.079Z
    2007-02-23T12:14:33.079+00:00
)

(
    2007-02-23T12:14:33.02Z
    2007-02-23T12:14:33.02+00:00
)

(
    2007-02-23T12:14:33.00300Z
    2007-02-23T12:14:33.00300+00:00
)

(
    2007-02-23T12:14:33.003001Z
    2007-02-23T12:14:33.003001+00:00
)

(
    2007-02-23T12:14:33.00005Z
    2007-02-23T12:14:33.00005+00:00
)

(
    2007-02-23T12:14:33.000006Z
    2007-02-23T12:14:33.000006+00:00
)