forked from extern/nushell
c150e11cb4
* Add SQLite functionality to open * Add in-memory SQLite tests * clippy fixes * Fix up old SQLite-related tests
18 lines
165 B
Rust
18 lines
165 B
Rust
mod bson;
|
|
mod csv;
|
|
mod eml;
|
|
mod html;
|
|
mod ics;
|
|
mod json;
|
|
mod markdown;
|
|
mod nuon;
|
|
mod ods;
|
|
mod ssv;
|
|
mod toml;
|
|
mod tsv;
|
|
mod url;
|
|
mod vcf;
|
|
mod xlsx;
|
|
mod xml;
|
|
mod yaml;
|