From b5411252cc0d195a6ae031e4af9b7c504df9029b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 30 Jan 2021 10:26:59 +0100 Subject: README: [x] tests --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6652eea..941202f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ and (u)int32\_t, which are typically provided by stdint.h, it has no external dependencies. zlib-deflate-nostdlib is focused on a low memory footprint. It is not optimized -for speed. Right now, the implementation is naive, but usable. See below for -the current status and TODOs. Be aware that this library has not been -extensively tested yet. +for speed and uses a pretty naive implementation right now. Note: This library *inflates* (i.e., decompresses) data. The source files and API are named as such, as is the corresponding function in the original zlib -- cgit v1.2.3