nushell/crates/nu-command/src/formats
Stefan Holderbach 910e3b52a7
Avoid uses of Record internals again (#12312)
# Description
Again avoid uses of the `Record` internals, so we are free to change the
data layout

- **Don't use internals of `Record` in `into sqlite`**
- **Don't use internals of `Record` in `to xml`**

Remaining: `rename`

# User-Facing Changes
None
2024-03-28 11:36:12 +01:00
..
from Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
to Avoid uses of Record internals again (#12312) 2024-03-28 11:36:12 +01:00
mod.rs New xml format (#7947) 2023-03-12 12:35:42 +13:00
nu_xml_format.rs New xml format (#7947) 2023-03-12 12:35:42 +13:00