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
extern crate bson;
extern crate docopt;
extern crate mongodb;
extern crate rustc_serialize;

pub mod client;