A Rusty 🦀 library to handle Project DIVA's various databases.
diva_db_neo
is the next version of diva_db
build with no_std
support in mind.
The currently supported databases are:
- String database (WIP)
Currently, diva_db_neo
requires a minimum rust version of 1.52.1
To build diva_db_neo
you must have the following
- Cargo
- Rust 1.52.1 with a stable toolchain
You can build diva_db_neo
by using the following command
$ cargo build --release
You could also run the test suite by using the following command.
$ cargo test --all-features
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Special thanks ❤️ go to the following people for their help.