nushell/crates/nu_plugin_example/src
Ian Manske fb4251aba7
Remove Record::from_raw_cols_vals_unchecked (#11810)
# Description
Follows from #11718 and replaces all usages of
`Record::from_raw_cols_vals_unchecked` with iterator or `record!`
equivalents.
2024-02-18 14:20:22 +02:00
..
nu Allow plugins to receive configuration from the nushell configuration (#10955) 2024-01-15 16:59:47 +08:00
example.rs Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
lib.rs enable cargo build --features=extra to build plugins (#448) 2021-12-07 14:06:34 -06:00
main.rs Make plugin commands support examples. (#7984) 2023-02-08 16:14:18 -06:00