mdbtools-rs
is just a simple wrapper around the mdbtools cli interface.
MDBTools are a collection of tools made to interact with the Microsoft's Access databases.
You can use if, if you need to access an Access database from within Rust
Put the following inside your Cargo.toml
under dependencies
mdbtools-rs = {git="https://github.com/MGlolenstine/mdbtools-rs"}
Coming soon.