shithub: mp3dec

Download patch

ref: b91f0d7b354776c5a67fbdb9d9aba77f1a84d16f
parent: 1d71c3da8a8fd899872c5b59ae662c2cd878e389
author: lieff <lieff@users.noreply.github.com>
date: Thu Feb 13 21:16:53 EST 2020

readme: add rust rmp3 link

--- a/README.md
+++ b/README.md
@@ -240,6 +240,7 @@
 ## Bindings
 
  * https://github.com/tosone/minimp3 - go bindings
+ * https://github.com/notviri/rmp3 - rust `no_std` bindings which don't allocate.
  * https://github.com/germangb/minimp3-rs - rust bindings
  * https://github.com/johangu/node-minimp3 - NodeJS bindings
  * https://github.com/pyminimp3/pyminimp3 - python bindings