-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace tweetNaCL exercise with Qoi interface #138
base: main
Are you sure you want to change the base?
Conversation
655199f
to
6f10bc3
Compare
Great work on the exercise! Looks really good. I don't see why this needs to replace the TweetNaCl exercise, though. It's nice for people to be able to pick more exercises |
|
||
The QOI C library is a header-only library, which means the function implementations are included within the header file instead of in a separate C file. We've added a separate C file which includes the header to make it easier to compile and include the library in our Rust program. | ||
|
||
### Generating bindings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the #[modmod:exercise_ref]
to enable modmod to number the exercises upon generating. Example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to hack modmod so it just 'sees' that or any markdown subheading? Or is there use case why we would want to have unnumbered subheadings?
I mean sure if you want, we can keep it, but the tweetnacl exercise has some didactic problems:
|
This is a backport from rust-training material.