Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.11 KB

README.md

File metadata and controls

52 lines (34 loc) · 2.11 KB

Music Genres Registry for Allfeat Network

Build Status Crates.io Docs.rs License: Apache-2.0

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.

Features

  • 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 and substrate.
  • Extensible and open to community contributions.

Installation

Add the following to your Cargo.toml:

[dependencies]
genres-registry = "1.0.0-dev"

Then, in your Rust code:

extern crate genres-registry;

Contribution & Extending the Library

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:

  1. Fork this repository.
  2. Create a new branch for your features or fixes.
  3. Implement your changes with tests (if applicable).
  4. Push your changes to your branch.
  5. 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!

License

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!