# tlv-parser
[](https://travis-ci.org/lexxvir/tlv-parser)
[](https://crates.io/crates/tlv_parser)
[](https://docs.rs/tlv_parser)
Library for parsing BER-TLV
[Documentation](https://lexxvir.github.io/tlv-parser/tlv_parser/index.html)
Library is early development stage and supports parsing from `&[u8]` and emitting `Vec<u8>`.
*For now, it only builds on nightly.*
For usage see [`src/bin/decode-tlv.rs`](https://github.com/lexxvir/tlv-parser/blob/master/src/bin/decode-tlv.rs).
```
tag=70
tag=82, len=1, data=51 Q
```