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