nushell/crates/nu-cmd-dataframe
Ian Manske 15c22db8f4
Make FromValue take owned Values (#10900)
# Description
Changes `FromValue` to take owned `Value`s instead of borrowed `Value`s.
This eliminates some unnecessary clones (e.g., in `call_ext.rs`).

# User-Facing Changes
Breaking API change for `nu_protocol`.
2023-10-31 19:47:00 +01:00
..
src Make FromValue take owned Values (#10900) 2023-10-31 19:47:00 +01:00
Cargo.toml Dataframe support for small int types (#10828) 2023-10-24 21:25:21 -05:00
LICENSE move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00