nushell/crates/nu-table
Ian Manske 59ea28cf06
Use Record::get instead of Value functions (#10925)
# Description
Where appropriate, this PR replaces instances of
`Value::get_data_by_key` and `Value::follow_cell_path` with
`Record::get`. This avoids some unnecessary clones and simplifies the
code in some places.
2023-11-08 21:47:37 +01:00
..
examples Add an option to set header on border (style) (#9920) 2023-08-04 13:50:47 -05:00
src Use Record::get instead of Value functions (#10925) 2023-11-08 21:47:37 +01:00
tests Add an option to set header on border (style) (#9920) 2023-08-04 13:50:47 -05:00
.gitignore Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
Cargo.toml Bump version to 0.86.1 (#10755) 2023-10-18 13:00:51 -05:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00