tinyklv 0.1.1

The simplest Key-Length-Value (KLV) framework in Rust
Documentation
# --------------------------------------------------
# Recursively:
# --------------------------------------------------
# - Archive indicator
# --------------------------------------------------
**/_*
# --------------------------------------------------
# - All swap files
# --------------------------------------------------
**/*.swp
# --------------------------------------------------
# - ide
# --------------------------------------------------
**/.vscode/
**/.zed/
**/.claude/
# --------------------------------------------------
# - Generated files (rust specific)
# --------------------------------------------------
**/target/
**/Cargo.lock
**/*.rs.bk
**/*.pdb
**/*.rustc_info.json
**/*.cargo-ok
**/*CACHEDIR.TAG
# --------------------------------------------------
# ignore log files
# --------------------------------------------------
**/*.log
rustc*.txt
# --------------------------------------------------
# ignore vendor files
# --------------------------------------------------
**/vendor/
# --------------------------------------------------
# mdbook build output
# --------------------------------------------------
book/book/
# --------------------------------------------------
# allow:
# * src/_tutorial
# --------------------------------------------------
!src/_tutorial
!src/_doc.rs