Skip to content

Commit

Permalink
New 6.1.3 using QOI C library (#131)
Browse files Browse the repository at this point in the history
* Improve formatting

* Remove old 6.1.3

* Add new 6.1.3 using QOI C library

* Fix TODO left in text

* Add unit test to compare C library and image crate
  • Loading branch information
michielp1807 authored Dec 18, 2024
1 parent 6be5ef1 commit d23c618
Show file tree
Hide file tree
Showing 14 changed files with 1,803 additions and 1,309 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"exercises/4-multitasking/3-asynchronous-multitasking/2-async-chat/Cargo.toml",
"exercises/6-rust-for-systems-programming/1-foreign-function-interface/1-crc-in-c/Cargo.toml",
"exercises/6-rust-for-systems-programming/1-foreign-function-interface/2-crc-in-rust/Cargo.toml",
"exercises/6-rust-for-systems-programming/1-foreign-function-interface/3-tweetnacl-bindgen/Cargo.toml",
"exercises/6-rust-for-systems-programming/1-foreign-function-interface/3-qoi-bindgen/Cargo.toml",
"exercises/7-rust-for-data-science/1-rust-from-python/1-hello-world/Cargo.toml",
"exercises/7-rust-for-data-science/1-rust-from-python/2-strompy/Cargo.toml",
"exercises/8-embedded/1-embedded-ecosystem/1-lsm303agr-id/Cargo.toml",
Expand Down
356 changes: 123 additions & 233 deletions book/src/foreign-function-interface.md

Large diffs are not rendered by default.

Loading

0 comments on commit d23c618

Please sign in to comment.