nushell/crates/nu-command/src/formats/from
NitinL 659d890ecf
Added fix for #7981 - Replaced crate serde_ini with rust-ini for package nu-command/from (#8009)
# Description

Added fix for #7981 - Replaced crate serde_ini with rust-ini for package
nu-command/from

# Tests + Formatting

Added a test to support addition of the rust-ini crate.

`cargo test --package nu-command --lib -- formats::from::ini::tests
--nocapture`

Executed all tests.

`cargo test --workspace`

---------

Co-authored-by: Nitin Londhe <nitin.londhe@genmills.com>
2023-02-09 12:47:45 +01:00
..
command.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
csv.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
delimited.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
eml.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
ics.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
ini.rs Added fix for #7981 - Replaced crate serde_ini with rust-ini for package nu-command/from (#8009) 2023-02-09 12:47:45 +01:00
json.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
mod.rs Added fix for #7981 - Replaced crate serde_ini with rust-ini for package nu-command/from (#8009) 2023-02-09 12:47:45 +01:00
nuon.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
ods.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
ssv.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
toml.rs Added fix for #7970 - Upgraded toml crate version from version from 0.5.8 to 0.7.1 for package nu-command (#7990) 2023-02-06 14:15:14 -06:00
tsv.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
url.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
vcf.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
xlsx.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
xml.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
yaml.rs Make plugin commands support examples. (#7984) 2023-02-08 16:14:18 -06:00