A MongoDB import/export tool written in Rust as a proof-of-concept for the experimental Rust driver.
git clone https://github.com/saghm/tariff
cd tariff
cargo build --release
After compiling, the binary can be found in target/release/tariff
. For details in usage, run the binary with the --help
argument.