summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-05 22:19:24 -0400
committerpommicket <pommicket@gmail.com>2023-09-05 22:21:19 -0400
commitd990a922652d5adaab61ea8b8c461f624b53dc84 (patch)
tree41900329fd7cc9e5bda7f4b4cf64d6c40a629411 /README.md
parent40b2894ae4ade5461469aaa337862a586d16eac6 (diff)
clean up readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index c1f9380..d4bb721 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
## tiny-png
-Tiny Rust PNG decoder with no dependencies (not even `std` or `alloc`).
-
-Also it has tiny code size (e.g. &gt;8 times smaller `.wasm.gz` size compared to the `png` crate — see `check-size.sh`).
+Tiny Rust PNG decoder with no dependencies (not even `std` or `alloc`)
+and tiny code size (e.g. &gt;8 times smaller `.wasm.gz` size compared to the `png` crate — see `check-size.sh`).
## Goals
@@ -70,7 +69,7 @@ tests and no way of enabling `--nocapture` by default *grumble grumble*).
## Performance
-Benchmarks (see `cargo bench`) show that `tiny-png` is about 50% slower than `png`
+Benchmarks (see `cargo bench`) show that `tiny-png` is about 50% slower than the `png` crate
for large images, but faster than `png` for small images.
## License