nushell/crates/nu-command/src
Stefan Holderbach af76e11dd6
Remove str deunicode (#13693)
# Description
Closes #13677

Remove the command `str deunicode`, as it has a narrow application, is
loosely defined by the data provided by the `deunicode` crate and thus a
stabilization liability post-1.0.

Furthermore the data to perform the look-up is quite substantial.

Removing the command and the `deunicode` dependency saves 0.9 MB of
binary data in release mode (~ 2% of total)

(checked via `cargo bloat --release` for a linux x86 build)


# User-Facing Changes
The `str deunicode` command recently added in #13270 is gone
2024-08-28 07:58:38 -05:00
..
bytes Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
charting doc: fix broken doc links (#13644) 2024-08-23 21:17:44 +02:00
conversions add more granularity for into record with dates (#13650) 2024-08-22 12:09:27 +02:00
database Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
date Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
debug [DRAFT] Check fix for emojie, wrap issues (#13430) 2024-08-23 17:35:42 -05:00
env Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
experimental Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
filesystem Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
filters Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
formats Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
generators Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
hash Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
help Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
math Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
misc Changed category for panic and added search terms and examples (#13707) 2024-08-27 16:58:05 -07:00
network Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
path Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
platform Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
random Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
removed Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
shells Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
stor Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
strings Remove str deunicode (#13693) 2024-08-28 07:58:38 -05:00
system doc: fix broken doc links (#13644) 2024-08-23 21:17:44 +02:00
viewers Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
default_context.rs Remove str deunicode (#13693) 2024-08-28 07:58:38 -05:00
example_test.rs Overhaul $in expressions (#13357) 2024-07-17 16:02:42 -05:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00
progress_bar.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
sort_utils.rs Add derive macros for FromValue and IntoValue to ease the use of Values in Rust code (#13031) 2024-06-17 16:05:11 -07:00