mirror of
https://github.com/nushell/nushell
synced 2025-01-03 16:58:58 +00:00
ad8ab5b04d
* from-eml initial ver * Adding tests for `from-eml` * Add eml to prepares_and_decorates_filesystem_source_files * Sort the file order Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
16 lines
158 B
Rust
16 lines
158 B
Rust
mod bson;
|
|
mod csv;
|
|
mod eml;
|
|
mod html;
|
|
mod ics;
|
|
mod json;
|
|
mod markdown;
|
|
mod ods;
|
|
mod sqlite;
|
|
mod ssv;
|
|
mod toml;
|
|
mod tsv;
|
|
mod url;
|
|
mod vcf;
|
|
mod xlsx;
|
|
mod yaml;
|