nushell/crates/nu-cmd-dataframe/src
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
..
dataframe Make FromValue take owned Values () 2023-10-31 19:47:00 +01:00
lib.rs Put heavy dataframe dependencies behind feature flag () 2023-08-09 22:36:09 -07:00