tinyklv 0.1.0

The simplest Key-Length-Value (KLV) framework in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
// --------------------------------------------------
// mods
// --------------------------------------------------
mod ber_length;
mod ber_oid;
mod binary_be;
mod binary_le;
mod binary_lengthed;
mod binary_usize;
mod string_utf16;
mod string_utf8;