nushell/crates/nu-explore/src
Alex Ionescu e104bccfb9
Drop once_cell dependency (#14198)
This PR drops the `once_cell` dependency from all Nu crates, replacing
uses of the
[`Lazy`](https://docs.rs/once_cell/latest/once_cell/sync/struct.Lazy.html)
type with its `std` equivalent,
[`LazyLock`](https://doc.rust-lang.org/std/sync/struct.LazyLock.html).
2024-10-29 17:33:46 +01:00
..
commands Drop once_cell dependency (#14198) 2024-10-29 17:33:46 +01:00
nu_common Make get_env_var return a reference to a Value (#13987) 2024-10-02 13:05:48 +02:00
pager Fix issue with ls | explore coloring of file names (#13952) 2024-09-29 14:03:56 -05:00
registry Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
views Fix typos (#13980) 2024-10-02 08:49:59 +08:00
default_context.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
explore.rs Fix issue with ls | explore coloring of file names (#13952) 2024-09-29 14:03:56 -05:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00