mirror of
https://github.com/nushell/nushell.git
synced 2024-12-27 17:39:15 +01:00
10364c4f22
* don't use table compaction in to nuon if not a table * Make a proper nuon conversion test * more nuon tests
19 lines
177 B
Rust
19 lines
177 B
Rust
mod bson;
|
|
mod csv;
|
|
mod eml;
|
|
mod html;
|
|
mod ics;
|
|
mod json;
|
|
mod markdown;
|
|
mod nuon;
|
|
mod ods;
|
|
mod sqlite;
|
|
mod ssv;
|
|
mod toml;
|
|
mod tsv;
|
|
mod url;
|
|
mod vcf;
|
|
mod xlsx;
|
|
mod xml;
|
|
mod yaml;
|