I'm changing this name at some point
Find a file
2025-03-25 14:20:52 +00:00
src Deprecate original entity structs 2025-03-25 09:47:07 -04:00
.gitignore Init 2025-03-05 19:45:06 -05:00
build.zig Word on recording id test 2025-03-07 19:44:33 -05:00
build.zig.zon Refactor QueryResults 2025-03-18 16:43:47 -04:00
LICENSE Init 2025-03-05 19:45:06 -05:00
README.md Update README.md 2025-03-25 14:20:52 +00:00

MuZigBrainz

Zig bindings for the MusicBrainz and CovertArtArchive APIs.

This only caters to what I need, and nothing more. If you want full functionality, look at (MusicBrainz's own client)[https://musicbrainz.org/doc/libmusicbrainz], or other (endorsed clients)[https://musicbrainz.org/doc/MusicBrainz_API#Libraries]. If you need full functionality and Zig bindings, I will not add features to this outside of what I need, but consider looking into Zig's tools for using C code in Zig projects (translate-c, zig c++, zig cc).