tariff 0.1.0

A MongoDB import/export tool written in Rust as a proof-of-concept for the experimental Rust driver.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.