-
Notifications
You must be signed in to change notification settings - Fork 299
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
Native onchain development - Updated deserialize instruction data lesson #404
Native onchain development - Updated deserialize instruction data lesson #404
Conversation
… into fix-deserialize-instruction-data-native-onchain
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.
Good, needs a few tweaks. Note there are others working on this same lesson so competition is fierce!
|
||
```rust | ||
user1.age = 37; | ||
``` | ||
|
||
You can check out the | ||
[struct examples](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html) | ||
for in depth understanding. |
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.
Links are good. 👍
content/courses/native-onchain-development/deserialize-instruction-data.md
Outdated
Show resolved
Hide resolved
content/courses/native-onchain-development/deserialize-instruction-data.md
Outdated
Show resolved
Hide resolved
@mikemaccana Have updated PR and resolved comments. Please check and let me know if there is any additional feedback. |
…o fix-deserialize-instruction-data-native-onchain
Thanks @0xCipherCoder ! These look good and I think this is the better contribution of the multiple entries to this lesson's prize. I'm marking you as the winner. Some of the links still need to be updated but we can do that as separately. |
As discussed via X we're going to award this to @EmekaManuel since his PR updated the unboxed repos - thanks @0xCipherCoder for being so understanding! |
Problem
Updated lesson with grammar, syntax, code, and style fixes following guidelines.
Summary of Changes
Fixes #