helix/helix-view
Michael Davis 0103cf526e Use KString as the small-string type for the WordIndex
It's already used in gix and tree-house so it does not introduce a new
dependency. It's a small-string type that fits into 16B (like a
`Box<str>`) meant to be primarily used as keys for large maps.
2025-07-21 17:20:29 +05:00
..
src Use KString as the small-string type for the WordIndex 2025-07-21 17:20:29 +05:00
tests/encoding Re-vendor encoding_rs test data 2024-11-13 15:30:17 +09:00
Cargo.toml Complete words from open buffers (#13206) 2025-07-18 09:51:00 -05:00