nushell/crates/nu-protocol/src/value
Ian Manske f8a8eca836
Record cleanup (#11726)
# Description
Does a little cleanup in `record.rs`:
- Makes the `record!` macro more hygienic.
- Converts regular comments to doc comments from #11718.
- Converts the `Record` iterators to new types.
2024-02-08 06:43:12 +08:00
..
custom_value.rs Fix to json for SQLite databases (#8343) 2023-03-06 14:36:26 -08:00
from_value.rs do not attempt to glob expand if the file path is wrapped in quotes (#11569) 2024-01-21 23:22:25 +08:00
from.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
lazy_record.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
mod.rs Record cleanup (#11726) 2024-02-08 06:43:12 +08:00
path.rs Unify glob behavior on open, rm, cp-old, mv, umv, cp and du commands (#11621) 2024-01-26 21:57:35 +08:00
range.rs Auto format let-else block (#10214) 2023-09-04 19:42:31 +12:00
record.rs Record cleanup (#11726) 2024-02-08 06:43:12 +08:00
stream.rs fix exit_code handling when running a scripts with ctrlc (#11466) 2024-01-30 22:41:14 +08:00
unit.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00