temp-mongo 0.1.3

temporary mongo instance meant for unit tests
Documentation
1
2
3
4
5
mod temp_dir;
pub use temp_dir::TempDir;

mod kill_on_drop;
pub use kill_on_drop::KillOnDrop;