tokmd-content
Read, hash, and score file content for tokmd analysis.
Problem
Use this crate when path listings are not enough and you need bounded content sampling for tags, entropy, hashes, or function-level complexity.
What it gives you
read_head,read_head_tail,read_lines,read_text_cappedis_text_like,hash_bytes,hash_filecount_tags,entropy_bits_per_bytecomplexity::analyze_functionscomplexity::estimate_cyclomatic_complexitycomplexity::estimate_cognitive_complexitycomplexity::analyze_nesting_depth
Quick use / integration notes
[]
= { = true }
Use the head/tail readers for bounded sampling, then feed the bytes into entropy or tag checks.
Go deeper
Tutorial: Root README How-to: Recipes Reference: Source Reference: Complexity module Explanation: Architecture