2 releases
0.1.1 | Jul 9, 2020 |
---|---|
0.1.0 | Jul 9, 2020 |
#13 in #tlv
14KB
276 lines
TLV Rust
c
The type and length are fixed in size (typically 1-4 bytes), and the value field is of variable size. These fields are used as follows:
Type
A binary code, often simply alphanumeric, which indicates the kind of field that this part of the message represents;
Length
The size of the value field (typically in bytes);
Value
Variable-sized series of bytes which contains data for this part of the message.
Documents
- TLV stars:115
- https://github.com/lexxvir/tlv-parser
Dependencies
~225KB