docs(links): add image encoding/decoding crate as source of inspiration
All checks were successful
ci / ci (push) Successful in 37s
ci / lint-markdown (push) Successful in 9s
ci / lint-commit (push) Successful in 11s

This commit is contained in:
Walid 2023-12-18 23:32:03 +01:00
parent c0ed330624
commit 8fc0664833
Signed by: Walidoux
GPG Key ID: CCF21881FE8BEBAF

View File

@ -4,6 +4,7 @@
- [MDN - Media type and format guide: image, audio, and video content](https://developer.mozilla.org/en-US/docs/Web/Media/Formats)
- [dav1d - AV1 cross-platform decoder, open-source, and focused on speed and correctness](https://github.com/videolan/dav1d)
- [image - blog which introduces a crate to decode/encode using its API for complex image formats](https://blog.logrocket.com/decoding-encoding-images-rust-using-image-crate/)
## Rust Resources