tlv_parser

Crates.iotlv_parser
lib.rstlv_parser
version0.10.0
sourcesrc
created_at2016-07-29 14:54:24.864586
updated_at2024-09-24 10:50:43.511479
descriptionBER-TLV parsing & emitting library
homepage
repositoryhttps://github.com/lexxvir/tlv-parser
max_upload_size
id5820
size21,880
Aleksei Arbuzov (lexxvir)

documentation

https://lexxvir.github.io/tlv-parser

README

tlv-parser

Build status Latest Version Docs

Library for parsing BER-TLV

Library supports parsing from &[u8] and emitting Vec<u8>.

This is no_std crate if you can use core::alloc.

For usage see decode-tlv/src/main.rs.

$ echo "7003820151" | cargo run
     Running `target/debug/decode-tlv`
	 tag=70
	   tag=82,     len=1,    data=51 Q
Commit count: 168

cargo fmt