Skip to main content

Module text

Module text 

Source
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;

Modules§

ansi
ANSI escape-sequence stripping.
case
Identifier case conversion.
truncate
Budget-respecting truncation with an ellipsis marker.