Skip to content

A Rusty library to handle Project DIVA's various databases.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Waelwindows/diva_db_neo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diva_db_neo

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.

Table of Contents

Databases

The currently supported databases are:

  • String database (WIP)

Building

Currently, diva_db_neo requires a minimum rust version of 1.52.1

Prerequistes

To build diva_db_neo you must have the following

  • Cargo
  • Rust 1.52.1 with a stable toolchain

Instructions

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

License

Licensed under either of

at your option.

Contribution

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

Special thanks ❤️ go to the following people for their help.

About

A Rusty library to handle Project DIVA's various databases.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages