Skip to content

Add blog post "Improving build times for derive macros by 3x or more" #4262

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions draft/2023-04-19-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,15 @@ and just ask the editors to select the category.
* [rust-analyzer changelog #177](https://rust-analyzer.github.io/thisweek/2023/04/17/changelog-177.html)

### Observations/Thoughts
* [Improving build times for derive macros by 3x or more](https://blog.kodewerx.org/2023/04/improving-build-times-for-derive-macros.html)
* [Oxidizing bmap-tools: rewriting a Python project in Rust](https://www.collabora.com/news-and-blog/blog/2023/03/03/oxidizing-bmap-tools-rewriting-a-python-project-in-rust/)
* [Rust: A New Attempt at C++'s Main Goal](https://www.thecodedmessage.com/posts/rust-new-cpp/)
* [Traits are more than interfaces](https://felix-knorr.net/posts/2023-04-17-traits.html)
* [Optional If Expressions](https://animaomnium.github.io/optional-if-expressions/)
* [audio] [Rust Analyzer with Lukas Wirth](https://rustacean-station.org/episode/lukas-wirth/)
* [audio] [Wasmer with Syrus Akbary](https://rustacean-station.org/episode/syrus-akbary/)

* [Building a GStreamer plugin in Rust with meson instead of cargo](https://coaxion.net/blog/2023/04/building-a-gstreamer-plugin-in-rust-with-meson-instead-of-cargo/)

* [Rutie and Magnus, Two Good Ways to Build Ruby Extensions in Rust](https://www.hezmatt.org/~mpalmer/blog/2023/04/18/rutie-magnus-rust-extensions-for-ruby.html)
* [audio] [Rust Analyzer with Lukas Wirth](https://rustacean-station.org/episode/lukas-wirth/)
* [audio] [Wasmer with Syrus Akbary](https://rustacean-station.org/episode/syrus-akbary/)

### Rust Walkthroughs
* [Understanding Rust Thread Safety](https://onesignal.com/blog/thread-safety-rust/)
Expand Down