ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
(
    ( // some comment
        a
        b
        c
    )
    (
        a // some comment
        b
        c
    )
    (
        a
        b // some comment
        c
    )
    (
        a
        b
        c // some comment
    )
)

(
    ( /* some comment */
        /* some comment */ a
        b
        c
    )
    (
        a /* some comment */
        b
        c
    )
    (
        a
        /* some comment */ b
        c
    )
    (
        a
        b /* some comment */
        c
    )
    (
        a
        b
        c
    /* some comment */ )
)