mongo_data_exporter 0.1.1

A simple MongoDB data exporter to another MongoDB instance
Documentation
<div align="center">
  <h1>Mongo Data Exporter</h1>
  <p>
    <strong>This is a simple tool to export data from a MongoDB database to another MongoDB database instance. It is fully written in Rust.</strong>
  </p>
  <p>

<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/mongo_data_exporter?label=latest)](https://crates.io/crates/mongo_data_exporter)
[![Documentation](https://docs.rs/mongo_data_exporter/badge.svg?version=0.1.0)](https://docs.rs/mongo_data_exporter/0.1.0)
![MSRV](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
<br />
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/mongo_data_exporter.svg)
[![CI](https://github.com/mahendrakevin/mongo_data_exporter/actions/workflows/build-binary.yml/badge.svg)](https://github.com/mahendrakevin/mongo_data_exporter/actions/workflows/build-binary.yml)
![downloads](https://img.shields.io/crates/d/mongo_data_exporter.svg)

<!-- prettier-ignore-end -->

  </p>
</div>