# bit-digger
A simple, and fast Rust library to look for **Bitcoin** hidden in arrays of **words**
> **Note:**
> This project is a work in progress. Some features may not be fully implemented, and the API is subject to change. Please check back regularly for updates.
## Features
- [x] Given a vector (M) of bip39::Mnemonic (m) and a set (A) of addresses (a), discover wether some **m**s generate any of the given **a**s.
## TODOs
- [ ] Module that is able to, given different types of word inputs, generate a vector of bip39::Mnemonic.
## How to use
Generate and read Rust documentation with
```sh
cargo doc --open
```
## Contributing
Feel free to contribute to this project.