Expand description
Shared text utilities.
These are plain string helpers with no VM dependency; they live here
because harn-vm is the lowest crate reachable from every consumer
(harn-cli, harn-hostlib, harn-lint), and a leaf crate of their own
would not earn its keep for three small modules.
Re-exports§
pub use ansi::strip_ansi;pub use truncate::clip_end;pub use truncate::truncate_end;pub use truncate::truncate_end_bytes;pub use truncate::truncate_start;