Skip to content

lexxvir/tlv-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library for parsing BER-TLV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages