tinyklv-impl 0.1.0

Implementation detail of the `tinyklv` crate
Documentation
# --------------------------------------------------
# Recursively:
# --------------------------------------------------
# - Archive indicator
# --------------------------------------------------
**/_*
# --------------------------------------------------
# - All swap files
# --------------------------------------------------
**/*.swp
# --------------------------------------------------
# - VScode
# --------------------------------------------------
**/.vscode/
# --------------------------------------------------
# - 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/
# --------------------------------------------------
# allow:
# * src/_tutorial
# --------------------------------------------------
!src/_tutorial
!src/_doc.rs