1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-16 01:08:21 +02:00
nushell/crates/nu-cmd-dataframe
Ian Manske 15c22db8f4
Make FromValue take owned Values ()
# 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 () 2023-10-31 19:47:00 +01:00
Cargo.toml Dataframe support for small int types () 2023-10-24 21:25:21 -05:00
LICENSE move dataframe commands to nu-cmd-dataframe () 2023-05-19 10:56:08 -07:00