qsv 0.87.0

A high performance CSV data-wrangling toolkit.
#[cfg(all(feature = "apply", not(feature = "lite")))]
pub mod apply;
#[cfg(feature = "datapusher_plus")]
pub mod applydp;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod behead;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod cat;
pub mod count;
pub mod dedup;
#[cfg(feature = "full")]
pub mod diff;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod enumerate;
pub mod excel;
pub mod exclude;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod explode;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod extsort;
#[cfg(all(feature = "fetch", not(feature = "lite")))]
pub mod fetch;
#[cfg(all(feature = "fetch", not(feature = "lite")))]
pub mod fetchpost;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod fill;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod fixlengths;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod flatten;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod fmt;
#[cfg(all(feature = "foreach", target_family = "unix", not(feature = "lite")))]
pub mod foreach;
pub mod frequency;
#[cfg(all(feature = "generate", not(feature = "lite")))]
pub mod generate;
pub mod headers;
pub mod index;
pub mod input;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod join;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod jsonl;
#[cfg(feature = "luau")]
pub mod luau;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod partition;
pub mod pseudo;
#[cfg(all(feature = "python", not(feature = "lite")))]
pub mod python;
pub mod rename;
pub mod replace;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod reverse;
pub mod safenames;
pub mod sample;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod schema;
pub mod search;
pub mod searchset;
pub mod select;
pub mod slice;
pub mod sniff;
pub mod sort;
pub mod sortcheck;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod split;
pub mod stats;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod table;
#[cfg(all(feature = "to", not(feature = "lite")))]
pub mod to;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod tojsonl;
#[cfg(any(feature = "full", feature = "lite"))]
pub mod transpose;
pub mod validate;