tlv-parser

Build Status Latest Version Docs

Library for parsing BER-TLV

Documentation

Library is early development stage and supports parsing from &[u8] and emitting Vec<u8>.

For now, it only builds on nightly.

For usage see examples/print.rs.

$ echo "7003820151" | cargo run --example print Running `target/debug/examples/print` tag=70 tag=82, len=1, data=51 Q