Files
nushell/crates/nu-command/src/commands/strings
Eli Flanagan e919f9a73b use heck for string casing (#4081)
I removed the Inflector dependency in favor of heck for two reasons:
- to close #3674.
- heck seems simpler and actively maintained

We could probably alter the structure of the `str_` module to expose the
individual casing behaviors better.
I did not feel as confident on changing those signatures.

So I took a lazier approach of a macro in the `mod.rs` that creates the public
shimming function to heck's traits.
2021-12-14 09:43:48 -06:00
..
2021-09-10 10:44:22 +12:00
2021-09-10 10:44:22 +12:00
2021-09-10 10:44:22 +12:00
2021-12-14 09:43:48 -06:00
2021-08-29 08:40:28 -05:00
2021-09-10 10:44:22 +12:00
2021-11-16 11:29:54 +13:00