From 231cad74a1b93571b3f2393ec83ed129202de6b0 Mon Sep 17 00:00:00 2001 From: mitteneer Date: Tue, 25 Mar 2025 14:20:52 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9edfac6..0e4c8c1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # MuZigBrainz -Zig bindings for the MusicBrainz and CovertArtArchive APIs \ No newline at end of file +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`). \ No newline at end of file