A Practical Introduction to Derive Macros in Rust
https://youtu.be/XY0yR6IPbhw

Search for a command to run...
Articles tagged with #rust
https://youtu.be/XY0yR6IPbhw

https://youtu.be/dHv8FhcAl5U
https://www.youtube.com/watch?v=w10ndWcuflo

TL;DR Below is the .github/workflows/udeps.yaml file I have come up with: name: udeps on: [push, pull_request] jobs: Test: strategy: matrix: os: [ubuntu-latest] # udeps requires nightly rust: [nightly] runs-...

So, I have been learning Rust for, say, 7 months or so. I kinda get the grasp of it but still not fluent at it. I'd like to create a project on it but have been also thinking what kind of things I can create. This is a low-level, system programming l...
"Quick Note" is my blog series which I keep quick logs of what I have learned today and document it. So, it naturally does not reflect the best practice. We use enums to represent a case of type, of which we define there will be limited set of seman...