diff options
author | pommicket <pommicket@gmail.com> | 2023-09-04 19:18:51 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-04 19:18:51 -0400 |
commit | e276311609d3d67e3d17388853fd6d2f109a6ea3 (patch) | |
tree | 4e9f6fed0be1e9709e954d79243c69011c830193 /README.md | |
parent | 26befe536c56d0e8ff47d07bdc1d64086fdc0394 (diff) |
start documenting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ This decoder can be used without `std` or `alloc` by disabling the `std` feature - Correctly decode all non-interlaced PNG files (if a non-interlaced PNG is decoded incorrectly, please report it as a bug) - Small code size +- No dependencies other than `core`. - No panics (if any function panics, please report it as a bug). - No unsafe code |