nushell/crates/nu-table/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
..
types Introduce footer_inheritance option (#14070) 2024-10-23 19:45:47 +02:00
common.rs Introduce footer_inheritance option (#14070) 2024-10-23 19:45:47 +02:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00
table.rs nu-table/ Fix footer truncation in case of head_on_border (#13998) 2024-10-04 06:44:59 -05:00
table_theme.rs [DRAFT] Check fix for emojie, wrap issues (#13430) 2024-08-23 17:35:42 -05:00
unstructured_table.rs [DRAFT] Check fix for emojie, wrap issues (#13430) 2024-08-23 17:35:42 -05:00
util.rs Drop once_cell dependency (#14198) 2024-10-29 17:33:46 +01:00