From 33ac4fd4d3675068bd9094457a6f9028a7e8f88a Mon Sep 17 00:00:00 2001 From: skierpage Date: Thu, 11 Oct 2018 16:07:09 -0700 Subject: [PATCH] link to excellent blog post in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2f7df4..029fbd1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rinimp3 An attempt to make a port of [lieff's minimp3](https://github.com/lieff/minimp3) to Rust. The goal is basically to make the minimp3-rs crate, bindings to the C library, unnecessary. -First step is to just duplicate it as closely as possible, including passing its tests and fuzzing. Next step would be to smooth its API out and make it more Rusty; https://github.com/germangb/minimp3-rs might be useful for inspiration. +First step is to just duplicate it as closely as possible, including passing its tests and fuzzing. https://wiki.alopex.li/PortingCToRust comments on the conversion. Next step would be to smooth its API out and make it more Rusty; https://github.com/germangb/minimp3-rs might be useful for inspiration. Differences: @@ -9,4 +9,4 @@ Differences: * No SIMD * No conditional compilation -- basically should operate as if the following flags are defined: * `#define MINIMP3_NO_SIMD` - * `#define MINIMP3_NONSTANDARD_BUT_LOGICAL`??? \ No newline at end of file + * `#define MINIMP3_NONSTANDARD_BUT_LOGICAL`???