Welcome to the Allfeat Music Genres Registry
library — a dedicated Rust library built to support a vast collection of music genres and subgenres for substrate blockchain applications. It's tailored for seamless integration, with future-proofing and extensibility in mind.
- Comprehensive list of music genres and their respective sub-genres.
- Streamlined for blockchain applications written in Rust with Substrate.
- Compatible with Ink and FRAME Substrate runtimes with the help of features
ink
andsubstrate
. - Extensible and open to community contributions.
Add the following to your Cargo.toml
:
[dependencies]
genres-registry = "1.0.0-dev"
Then, in your Rust code:
extern crate genres-registry;
We acknowledge that music genres are vast, diverse, and ever-evolving. If you feel that a particular genre or sub-genre is missing or is not accurately represented, your contributions are highly welcomed!
Follow these steps to contribute:
- Fork this repository.
- Create a new branch for your features or fixes.
- Implement your changes with tests (if applicable).
- Push your changes to your branch.
- Create a pull request, detailing the changes you've made and their motivations.
We encourage open discussions and will promptly review pull requests. If you're uncertain about changes or need guidance, raise an issue, and let's start a conversation!
This project is licensed under the Apache2 License.
If you find this library useful, please consider giving it a star ⭐ and sharing it with your network. Every bit of support helps!