1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-29 09:06:52 +01:00
nushell/crates/nu-utils
Stefan Holderbach 2c4048eb43
Refactor ansi stripping into nu-utils functions ()
Allows use of slightly optimized variants that check if they have to use
the heavier vte parser. Tries to avoid unnnecessary allocations. Initial
performance characteristics proven out in .

Also reduces boilerplate with right-ward drift.
2022-11-05 07:49:45 +13:00
..
src Refactor ansi stripping into nu-utils functions () 2022-11-05 07:49:45 +13:00
.gitignore added nu-utils crate, fixed issue where externals turn off vt processing () 2022-03-16 17:21:06 -05:00
Cargo.toml Refactor ansi stripping into nu-utils functions () 2022-11-05 07:49:45 +13:00
LICENSE Include license text in all crates () 2022-04-08 10:47:13 +02:00