1 unstable release
Uses old Rust 2015
0.1.0 | Aug 13, 2015 |
---|
#28 in #mongodb
13KB
250 lines
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.
Dependencies
~12MB
~226K SLoC