This week in Rust #433 — 09 mar 2022
https://this-week-in-rust.org/blog/2022/03/09/this-week-in-rust-433/
https://this-week-in-rust.org/blog/2022/03/09/this-week-in-rust-433/
Updates from core
implement thread local cell methods (RFC #3184)
rust-lang/rust/pull/92123
implement the expect attribute (RFC #2383)
rust-lang/rust/pull/87835
Adt copy suggestions
rust-lang/rust/pull/94375
do not point at whole file missing fn main
rust-lang/rust/pull/93142
downgrade #[test] on macro call to warning
rust-lang/rust/pull/94624
generalize "remove &" and "add *" suggestions to more than one deref
rust-lang/rust/pull/91545
lint against more useless #[must_use] attributes
rust-lang/rust/pull/93926
improve unexpected_cfgs lint when their is no value expected
rust-lang/rust/pull/94561
improve allowness of the unexpected_cfgs lint
rust-lang/rust/pull/94433
improve error message for failed bitcode load
rust-lang/rust/pull/94672
suggest adding a new lifetime parameter when two elided lifetimes should match up for traits and impls
rust-lang/rust/pull/94464
suggest removing a semicolon after derive attributes
rust-lang/rust/pull/94633
caching the stable hash of Ty within itself
rust-lang/rust/pull/94299
clarify Layout interning
rust-lang/rust/pull/94690
introduce ConstAllocation
rust-lang/rust/pull/94597
chalk: recursive: fix hang on fulfill by slightly smarter check for progress
rust-lang/chalk/pull/752
miri: make sure we notice when a u16 is loaded at offset 1 into a u8 allocation
rust-lang/miri/pull/1994
miri: add more simd_reduce intrinsics
rust-lang/miri/pull/2001
miri: adjust for div/rem overflow being UB
rust-lang/miri/pull/1992
miri: also test f32/f64 simd_reduce
rust-lang/miri/pull/2003
miri: implement missing SIMD comparison operators, simd_xor, and simd_reduce_all
rust-lang/miri/pull/2000
miri: implement more SIMD intrinsics
rust-lang/miri/pull/2004
miri: implement simd_neg and simd_fabs
rust-lang/miri/pull/1997
miri: implement simd_saturating intrinsics
rust-lang/miri/pull/2007
stabilize const_fn_fn_ptr_basics, const_fn_trait_bound, and const_impl_trait
rust-lang/rust/pull/93827
add #[track_caller] to track callers when initializing poisoned Once
rust-lang/rust/pull/94236
add Atomic*::from_mut_slice
rust-lang/rust/pull/94384
portable SIMD: add bitmask i{N <8} -> u8 impls
rust-lang/portable-simd/pull/250
futures: Shared: fix false detection of inner panics
rust-lang/futures-rs/pull/2576
support GATs in Rustdoc
rust-lang/rust/pull/94009
rustfmt: fix missing struct field separators under certain conditions
rust-lang/rustfmt/pull/5159
rustfmt: prevent wrapping markdown headers in doc comments
rust-lang/rustfmt/pull/5242
rustfmt: fallback to dir_path when relative external mod resolution fails
rust-lang/rustfmt/pull/5205
clippy: add unnecessary-find-map lint
rust-lang/rust-clippy/pull/8489
clippy: add lint to detect allow attributes without reason
rust-lang/rust-clippy/pull/8504
clippy: lint for casting between raw slice pointers with different element sizes
rust-lang/rust-clippy/pull/8445
clippy: new lint: missing-spin-loop
rust-lang/rust-clippy/pull/8174
clippy: use .into_iter() rather than .drain(..)
rust-lang/rust-clippy/pull/8483
clippy: check use_self in pat
rust-lang/rust-clippy/pull/8456
clippy: omit dbg-macro in test code
rust-lang/rust-clippy/pull/8500
clippy: optimize redundant-clone
rust-lang/rust-clippy/pull/8414
clippy: transmute-undefined-repr to nursery again
rust-lang/rust-clippy/pull/8432
implement thread local cell methods (RFC #3184)
rust-lang/rust/pull/92123
implement the expect attribute (RFC #2383)
rust-lang/rust/pull/87835
Adt copy suggestions
rust-lang/rust/pull/94375
do not point at whole file missing fn main
rust-lang/rust/pull/93142
downgrade #[test] on macro call to warning
rust-lang/rust/pull/94624
generalize "remove &" and "add *" suggestions to more than one deref
rust-lang/rust/pull/91545
lint against more useless #[must_use] attributes
rust-lang/rust/pull/93926
improve unexpected_cfgs lint when their is no value expected
rust-lang/rust/pull/94561
improve allowness of the unexpected_cfgs lint
rust-lang/rust/pull/94433
improve error message for failed bitcode load
rust-lang/rust/pull/94672
suggest adding a new lifetime parameter when two elided lifetimes should match up for traits and impls
rust-lang/rust/pull/94464
suggest removing a semicolon after derive attributes
rust-lang/rust/pull/94633
caching the stable hash of Ty within itself
rust-lang/rust/pull/94299
clarify Layout interning
rust-lang/rust/pull/94690
introduce ConstAllocation
rust-lang/rust/pull/94597
chalk: recursive: fix hang on fulfill by slightly smarter check for progress
rust-lang/chalk/pull/752
miri: make sure we notice when a u16 is loaded at offset 1 into a u8 allocation
rust-lang/miri/pull/1994
miri: add more simd_reduce intrinsics
rust-lang/miri/pull/2001
miri: adjust for div/rem overflow being UB
rust-lang/miri/pull/1992
miri: also test f32/f64 simd_reduce
rust-lang/miri/pull/2003
miri: implement missing SIMD comparison operators, simd_xor, and simd_reduce_all
rust-lang/miri/pull/2000
miri: implement more SIMD intrinsics
rust-lang/miri/pull/2004
miri: implement simd_neg and simd_fabs
rust-lang/miri/pull/1997
miri: implement simd_saturating intrinsics
rust-lang/miri/pull/2007
stabilize const_fn_fn_ptr_basics, const_fn_trait_bound, and const_impl_trait
rust-lang/rust/pull/93827
add #[track_caller] to track callers when initializing poisoned Once
rust-lang/rust/pull/94236
add Atomic*::from_mut_slice
rust-lang/rust/pull/94384
portable SIMD: add bitmask i{N <8} -> u8 impls
rust-lang/portable-simd/pull/250
futures: Shared: fix false detection of inner panics
rust-lang/futures-rs/pull/2576
support GATs in Rustdoc
rust-lang/rust/pull/94009
rustfmt: fix missing struct field separators under certain conditions
rust-lang/rustfmt/pull/5159
rustfmt: prevent wrapping markdown headers in doc comments
rust-lang/rustfmt/pull/5242
rustfmt: fallback to dir_path when relative external mod resolution fails
rust-lang/rustfmt/pull/5205
clippy: add unnecessary-find-map lint
rust-lang/rust-clippy/pull/8489
clippy: add lint to detect allow attributes without reason
rust-lang/rust-clippy/pull/8504
clippy: lint for casting between raw slice pointers with different element sizes
rust-lang/rust-clippy/pull/8445
clippy: new lint: missing-spin-loop
rust-lang/rust-clippy/pull/8174
clippy: use .into_iter() rather than .drain(..)
rust-lang/rust-clippy/pull/8483
clippy: check use_self in pat
rust-lang/rust-clippy/pull/8456
clippy: omit dbg-macro in test code
rust-lang/rust-clippy/pull/8500
clippy: optimize redundant-clone
rust-lang/rust-clippy/pull/8414
clippy: transmute-undefined-repr to nursery again
rust-lang/rust-clippy/pull/8432
Updates from Rust Community
Official
Rust Foundation
foundation.rust-lang.org
Security advisory for the regex crate (CVE-2022-24713)
blog.rust-lang.org
Newsletters
Rust Nigeria Community Newsletter
rustnigeria.curated.co
Project/Tooling Updates
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W09
www.fornjot.app
This week in Fluvio #24: the programmable streaming platform
www.fluvio.io
This Month in Rust OSDev: February 2022 | Rust OSDev
rust-osdev.com
IntelliJ Rust Changelog #166
intellij-rust.github.io
Rust-Analyzer Changelog #119
rust-analyzer.github.io
This week in Databend #32: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
[DE] WebAssembly-Runtime: Wasmer 2.2 liefert mehr Leistung im Singlepass Compiler
www.heise.de
Observations/Thoughts
Safe Pin projections through view types
blog.yoshuawuyts.com
Improving Criterion.rs
www.tweag.io
Request coalescing in async Rust
fasterthanli.me
Hyper’s Vision
seanmonstar.com
Introduction - Effective Rust
www.lurklurk.org
Rust Walkthroughs
Functional Programming in Rust
kerkour.com
Fuzzing unsafe code in a Rust crate
medium.com/@adetaylor
Mint tokens on Solana using the Rust SDK
https://kristohb.medium.com/mint-tokens-on-solana-using-the-rust-sdk-3b05b07ca842
Implementing a size-bounded LRU cache with expiring entries for my DNS server (in Rust)
memo.barrucadu.co.uk
[series] [video] Writing a Programming Language (in Rust) 20: Laurel: Porting a bash noscript to Laurel
www.youtube.com
[series] [video] Writing a Programming Language (in Rust) 21: Laurel: Type methods
www.youtube.com
Miscellaneous
SAE seeking volunteers for SAfEr Rust Task Force
connection.sae.org
[audio] What's New in Rust 1.58 and 1.59 :: Rustacean Station
rustacean-station.org
[audio] Tor with Nick Mathewson :: Rustacean Station
rustacean-station.org
[video] Implementing and Optimizing a Wordle Solver in Rust
www.youtube.com
Official
Rust Foundation
foundation.rust-lang.org
Security advisory for the regex crate (CVE-2022-24713)
blog.rust-lang.org
Newsletters
Rust Nigeria Community Newsletter
rustnigeria.curated.co
Project/Tooling Updates
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W09
www.fornjot.app
This week in Fluvio #24: the programmable streaming platform
www.fluvio.io
This Month in Rust OSDev: February 2022 | Rust OSDev
rust-osdev.com
IntelliJ Rust Changelog #166
intellij-rust.github.io
Rust-Analyzer Changelog #119
rust-analyzer.github.io
This week in Databend #32: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
[DE] WebAssembly-Runtime: Wasmer 2.2 liefert mehr Leistung im Singlepass Compiler
www.heise.de
Observations/Thoughts
Safe Pin projections through view types
blog.yoshuawuyts.com
Improving Criterion.rs
www.tweag.io
Request coalescing in async Rust
fasterthanli.me
Hyper’s Vision
seanmonstar.com
Introduction - Effective Rust
www.lurklurk.org
Rust Walkthroughs
Functional Programming in Rust
kerkour.com
Fuzzing unsafe code in a Rust crate
medium.com/@adetaylor
Mint tokens on Solana using the Rust SDK
https://kristohb.medium.com/mint-tokens-on-solana-using-the-rust-sdk-3b05b07ca842
Implementing a size-bounded LRU cache with expiring entries for my DNS server (in Rust)
memo.barrucadu.co.uk
[series] [video] Writing a Programming Language (in Rust) 20: Laurel: Porting a bash noscript to Laurel
www.youtube.com
[series] [video] Writing a Programming Language (in Rust) 21: Laurel: Type methods
www.youtube.com
Miscellaneous
SAE seeking volunteers for SAfEr Rust Task Force
connection.sae.org
[audio] What's New in Rust 1.58 and 1.59 :: Rustacean Station
rustacean-station.org
[audio] Tor with Nick Mathewson :: Rustacean Station
rustacean-station.org
[video] Implementing and Optimizing a Wordle Solver in Rust
www.youtube.com
👍1
Crate of the week: cfb
This week's crate is cfb, a crate to read/write Compound File Binary (structured storage) files.
This week's crate is cfb, a crate to read/write Compound File Binary (structured storage) files.
This week in Rust #434 — 16 mar 2022
https://this-week-in-rust.org/blog/2022/03/16/this-week-in-rust-434/
https://this-week-in-rust.org/blog/2022/03/16/this-week-in-rust-434/
Updates from core
diagnostics: do not spuriously claim something is "not an iterator"
rust-lang/rust/pull/94870
diagnostics: single colon within <> probably, not type anoscription
rust-lang/rust/pull/94865
improve suggestion when casting usize to (possibly) wide pointer
rust-lang/rust/pull/92150
warn users about || in let chain expressions
rust-lang/rust/pull/94754
suggest if let/let_else for refutable pat in let
rust-lang/rust/pull/94739
suggest using double colon when a struct field type include single colon
rust-lang/rust/pull/94839
miri: implement simd_{shuffle, gather, scatter}
rust-lang/miri/pull/2013
CTFE/Miri: detect out-of-bounds pointers in offset_from
rust-lang/rust/pull/94827
change several HashMaps to IndexMap to improve incremental hashing performance
rust-lang/rust/pull/90253
improve AdtDef interning
rust-lang/rust/pull/94733
optimize ascii::escape_default
rust-lang/rust/pull/94776
make some Clone impls const
rust-lang/rust/pull/91804
remove argument from closure in thread::Scope::spawn
rust-lang/rust/pull/94559
use MaybeUninit in VecDeque to remove the undefined behavior of slice
rust-lang/rust/pull/94472
constify Index{,Mut} for [T], str, and [T; N]
rust-lang/rust/pull/94657
fix soundness issue in scoped threads
rust-lang/rust/pull/94644
implement BITS constant for non-zero integers
rust-lang/rust/pull/93292
implement MIN/MAX constants for non-zero integers
rust-lang/rust/pull/93293
add Result::{ok, err, and, or, unwrap_or} as const
rust-lang/rust/pull/92385
add Atomic*::get_mut_slice
rust-lang/rust/pull/94816
add core::hint::must_use
rust-lang/rust/pull/94723
unix: reduce the size of DirEntry
rust-lang/rust/pull/94750
portable-simd: add .min and .max for integers
rust-lang/portable-simd/pull/260
compiler-builtins: add support for Apple watchOS
rust-lang/compiler-builtins/pull/456
futures: add Mutex::lock_owned and Mutex::try_lock_owned
rust-lang/futures-rs/pull/2571
rustfmt: improve mod resolution error for mods with multiple candidate files
rust-lang/rustfmt/pull/5243
clippy: improve styles of filtering options for Clippy's lint list
rust-lang/rust-clippy/pull/8070
clippy: new lint that detects useless match expression
rust-lang/rust-clippy/pull/8471
clippy: new lint: only_used_in_recursion
rust-lang/rust-clippy/pull/8422
clippy: allow single_component_path_imports for all macros
rust-lang/rust-clippy/pull/8537
clippy: make search_is_somes suggestion MachineApplicable
rust-lang/rust-clippy/pull/8536
diagnostics: do not spuriously claim something is "not an iterator"
rust-lang/rust/pull/94870
diagnostics: single colon within <> probably, not type anoscription
rust-lang/rust/pull/94865
improve suggestion when casting usize to (possibly) wide pointer
rust-lang/rust/pull/92150
warn users about || in let chain expressions
rust-lang/rust/pull/94754
suggest if let/let_else for refutable pat in let
rust-lang/rust/pull/94739
suggest using double colon when a struct field type include single colon
rust-lang/rust/pull/94839
miri: implement simd_{shuffle, gather, scatter}
rust-lang/miri/pull/2013
CTFE/Miri: detect out-of-bounds pointers in offset_from
rust-lang/rust/pull/94827
change several HashMaps to IndexMap to improve incremental hashing performance
rust-lang/rust/pull/90253
improve AdtDef interning
rust-lang/rust/pull/94733
optimize ascii::escape_default
rust-lang/rust/pull/94776
make some Clone impls const
rust-lang/rust/pull/91804
remove argument from closure in thread::Scope::spawn
rust-lang/rust/pull/94559
use MaybeUninit in VecDeque to remove the undefined behavior of slice
rust-lang/rust/pull/94472
constify Index{,Mut} for [T], str, and [T; N]
rust-lang/rust/pull/94657
fix soundness issue in scoped threads
rust-lang/rust/pull/94644
implement BITS constant for non-zero integers
rust-lang/rust/pull/93292
implement MIN/MAX constants for non-zero integers
rust-lang/rust/pull/93293
add Result::{ok, err, and, or, unwrap_or} as const
rust-lang/rust/pull/92385
add Atomic*::get_mut_slice
rust-lang/rust/pull/94816
add core::hint::must_use
rust-lang/rust/pull/94723
unix: reduce the size of DirEntry
rust-lang/rust/pull/94750
portable-simd: add .min and .max for integers
rust-lang/portable-simd/pull/260
compiler-builtins: add support for Apple watchOS
rust-lang/compiler-builtins/pull/456
futures: add Mutex::lock_owned and Mutex::try_lock_owned
rust-lang/futures-rs/pull/2571
rustfmt: improve mod resolution error for mods with multiple candidate files
rust-lang/rustfmt/pull/5243
clippy: improve styles of filtering options for Clippy's lint list
rust-lang/rust-clippy/pull/8070
clippy: new lint that detects useless match expression
rust-lang/rust-clippy/pull/8471
clippy: new lint: only_used_in_recursion
rust-lang/rust-clippy/pull/8422
clippy: allow single_component_path_imports for all macros
rust-lang/rust-clippy/pull/8537
clippy: make search_is_somes suggestion MachineApplicable
rust-lang/rust-clippy/pull/8536
Updates from Rust Community
Official
Lang team March update
blog.rust-lang.org
Rust Compiler March 2022 Steering Cycle
blog.rust-lang.org
Newsletters
This Month in Rust GameDev #31 - February 2022
gamedev.rs
Project/Tooling Updates
Rust-Analyzer Changelog #120
rust-analyzer.github.io
Tantivy 0.17 is out | Quickwit
quickwit.io
Knurling-rs changelog #34
ferrous-systems.com
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W10
www.fornjot.app
Slint Version 0.2.1 released -- weekly update
slint-ui.com
Arti 0.1.0 is released: Your somewhat-stable API is here!
blog.torproject.org
Dioxus v0.2 Release: TUI, Router, Fermi, and Tooling
dioxuslabs.com
Observations/Thoughts
Introducing Rustler Precompiled - Dashbit Blog
dashbit.co
Announcing Savage, a computer algebra system written in Rust
www.reddit.com
Oxide at Home: Propolis says Hello
artemis.sh
Things I hate about Rust, redux
blog.yossarian.net
Async IO with completion-model IO systems
www.ncameron.org
Trannoscript: What's New in Rust 1.58 and 1.59
rustacean-station.org
[video] Rust Gamedev Meetup #14: March 2022
www.youtube.com
[video] Rust fuzzing using cargo-libafl (LibAFL-based fuzzer) - Rust Security #4
www.youtube.com
[audio] Interview with Fish Fight | Rust Game Dev
rustgamedev.com
[audio] PancakeDB with Martin Loncaric :: Rustacean Station
rustacean-station.org
Rust Walkthroughs
An In-Depth Introduction To Idempotency | A learning journal
www.lpalmieri.com
A Rust Gem: The Rust Map API
www.thecodedmessage.com
RPATH, or why lld doesn’t work on NixOS
matklad.github.io
Rust WebAssembly OCR experiments
hugopeixoto.net
Miscellaneous
AUTOSAR announces WG for Rust in automotive
www.autosar.org
[audio] Nick Cameron on Juggling Open Source Work and Parenthood
anchor.fm
[audio] Devtools podcast: building a new terminal in Rust
console.dev
Official
Lang team March update
blog.rust-lang.org
Rust Compiler March 2022 Steering Cycle
blog.rust-lang.org
Newsletters
This Month in Rust GameDev #31 - February 2022
gamedev.rs
Project/Tooling Updates
Rust-Analyzer Changelog #120
rust-analyzer.github.io
Tantivy 0.17 is out | Quickwit
quickwit.io
Knurling-rs changelog #34
ferrous-systems.com
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W10
www.fornjot.app
Slint Version 0.2.1 released -- weekly update
slint-ui.com
Arti 0.1.0 is released: Your somewhat-stable API is here!
blog.torproject.org
Dioxus v0.2 Release: TUI, Router, Fermi, and Tooling
dioxuslabs.com
Observations/Thoughts
Introducing Rustler Precompiled - Dashbit Blog
dashbit.co
Announcing Savage, a computer algebra system written in Rust
www.reddit.com
Oxide at Home: Propolis says Hello
artemis.sh
Things I hate about Rust, redux
blog.yossarian.net
Async IO with completion-model IO systems
www.ncameron.org
Trannoscript: What's New in Rust 1.58 and 1.59
rustacean-station.org
[video] Rust Gamedev Meetup #14: March 2022
www.youtube.com
[video] Rust fuzzing using cargo-libafl (LibAFL-based fuzzer) - Rust Security #4
www.youtube.com
[audio] Interview with Fish Fight | Rust Game Dev
rustgamedev.com
[audio] PancakeDB with Martin Loncaric :: Rustacean Station
rustacean-station.org
Rust Walkthroughs
An In-Depth Introduction To Idempotency | A learning journal
www.lpalmieri.com
A Rust Gem: The Rust Map API
www.thecodedmessage.com
RPATH, or why lld doesn’t work on NixOS
matklad.github.io
Rust WebAssembly OCR experiments
hugopeixoto.net
Miscellaneous
AUTOSAR announces WG for Rust in automotive
www.autosar.org
[audio] Nick Cameron on Juggling Open Source Work and Parenthood
anchor.fm
[audio] Devtools podcast: building a new terminal in Rust
console.dev
Crate of the week: noline
This week's crate is noline, a small no-std compatible readline-like line editor.
This week's crate is noline, a small no-std compatible readline-like line editor.
This week in Rust #435 — 23 mar 2022
https://this-week-in-rust.org/blog/2022/03/23/this-week-in-rust-435/
https://this-week-in-rust.org/blog/2022/03/23/this-week-in-rust-435/
👍2
Updates from core
always evaluate all cfg predicate in all() and any()
rust-lang/rust/pull/94295
stabilise aarch64_target_feature
rust-lang/rust/pull/90621
implement -Z oom=panic
rust-lang/rust/pull/88098
make negative coherence work when there's impl negative on super predicates
rust-lang/rust/pull/95039
more robust fallback for use suggestion
rust-lang/rust/pull/94584
suggest removing type anoscription in bad parsing position
rust-lang/rust/pull/95104
improve unsafe diagnostic
rust-lang/rust/pull/91133
fix diagnostics for #![feature(deprecated_suggestion)]
rust-lang/rust/pull/94948
miri: add a lot more information to SB fatal errors
rust-lang/miri/pull/1971
miri: make backtraces work with #[global_allocator]
rust-lang/miri/pull/1975
miri: implement SIMD float rounding functions
rust-lang/miri/pull/2028
miri: implement SIMD square root and fused multiply-add
rust-lang/miri/pull/2031
miri: implement SIMD bitmask intrinsics
rust-lang/miri/pull/2029
add #[inline] to trivial AsRef/AsMut impls
rust-lang/rust/pull/94372
BTreeMap::entry: avoid allocating if no insertion
rust-lang/rust/pull/92962
implement Write for Cursor<[u8; N]>, plus A: Allocator cursor support
rust-lang/rust/pull/92663
improve expect impl and handle #[expect(unfulfilled_lint_expectations)] (RFC 2383)
rust-lang/rust/pull/94670
make Weak::new const
rust-lang/rust/pull/94991
portable-simd: fix big-endian bitmasks smaller than a byte
rust-lang/portable-simd/pull/267
libc: add support for Apple WatchOS
rust-lang/libc/pull/2717
codegen_gcc: fix ice in box alloc
rust-lang/rustc_codegen_gcc/pull/137
codegen_gcc: fix shift of unsigned integer by signed integer
rust-lang/rustc_codegen_gcc/pull/141
codegen_gcc: fix version of compiler_builtins to fix compilation failure
rust-lang/rustc_codegen_gcc/pull/139
cargo: fix panic when artifact target is used for [target.'cfg(<target>)'.dependencies
rust-lang/cargo/pull/10433
rustfmt: add short_item_threshold config option
rust-lang/rustfmt/pull/5228
rustfmt: honor #[rustfmt::skip::attributes(derive)] attribute
rust-lang/rustfmt/pull/5271
rustfmt: search for struct body span after any generic arguments
rust-lang/rustfmt/pull/5274
clippy: add lint cast_enum_constructor
rust-lang/rust-clippy/pull/8562
clippy: add or_then_unwrap
rust-lang/rust-clippy/pull/8561
clippy: don't lint ptr_arg on &mut Cow<_>
rust-lang/rust-clippy/pull/8552
clippy: don't lint transmute_undefined_repr when changing the type of generic params
rust-lang/rust-clippy/pull/8553
clippy: fix unncessary_to_owned false positive
rust-lang/rust-clippy/pull/8509
clippy: unnecessary_lazy_eval show suggestions on multiline lint
rust-lang/rust-clippy/pull/8543
clippy: fix suggestion on map_flatten being cropped causing possible information loss
rust-lang/rust-clippy/pull/8520
clippy: match_same_arms fix
rust-lang/rust-clippy/pull/8232
clippy: more transmute_undefined_repr fixes
rust-lang/rust-clippy/pull/8547
clippy: move iter_with_drain to nursery
rust-lang/rust-clippy/pull/8541
clippy: move try_err to restriction
rust-lang/rust-clippy/pull/8544
always evaluate all cfg predicate in all() and any()
rust-lang/rust/pull/94295
stabilise aarch64_target_feature
rust-lang/rust/pull/90621
implement -Z oom=panic
rust-lang/rust/pull/88098
make negative coherence work when there's impl negative on super predicates
rust-lang/rust/pull/95039
more robust fallback for use suggestion
rust-lang/rust/pull/94584
suggest removing type anoscription in bad parsing position
rust-lang/rust/pull/95104
improve unsafe diagnostic
rust-lang/rust/pull/91133
fix diagnostics for #![feature(deprecated_suggestion)]
rust-lang/rust/pull/94948
miri: add a lot more information to SB fatal errors
rust-lang/miri/pull/1971
miri: make backtraces work with #[global_allocator]
rust-lang/miri/pull/1975
miri: implement SIMD float rounding functions
rust-lang/miri/pull/2028
miri: implement SIMD square root and fused multiply-add
rust-lang/miri/pull/2031
miri: implement SIMD bitmask intrinsics
rust-lang/miri/pull/2029
add #[inline] to trivial AsRef/AsMut impls
rust-lang/rust/pull/94372
BTreeMap::entry: avoid allocating if no insertion
rust-lang/rust/pull/92962
implement Write for Cursor<[u8; N]>, plus A: Allocator cursor support
rust-lang/rust/pull/92663
improve expect impl and handle #[expect(unfulfilled_lint_expectations)] (RFC 2383)
rust-lang/rust/pull/94670
make Weak::new const
rust-lang/rust/pull/94991
portable-simd: fix big-endian bitmasks smaller than a byte
rust-lang/portable-simd/pull/267
libc: add support for Apple WatchOS
rust-lang/libc/pull/2717
codegen_gcc: fix ice in box alloc
rust-lang/rustc_codegen_gcc/pull/137
codegen_gcc: fix shift of unsigned integer by signed integer
rust-lang/rustc_codegen_gcc/pull/141
codegen_gcc: fix version of compiler_builtins to fix compilation failure
rust-lang/rustc_codegen_gcc/pull/139
cargo: fix panic when artifact target is used for [target.'cfg(<target>)'.dependencies
rust-lang/cargo/pull/10433
rustfmt: add short_item_threshold config option
rust-lang/rustfmt/pull/5228
rustfmt: honor #[rustfmt::skip::attributes(derive)] attribute
rust-lang/rustfmt/pull/5271
rustfmt: search for struct body span after any generic arguments
rust-lang/rustfmt/pull/5274
clippy: add lint cast_enum_constructor
rust-lang/rust-clippy/pull/8562
clippy: add or_then_unwrap
rust-lang/rust-clippy/pull/8561
clippy: don't lint ptr_arg on &mut Cow<_>
rust-lang/rust-clippy/pull/8552
clippy: don't lint transmute_undefined_repr when changing the type of generic params
rust-lang/rust-clippy/pull/8553
clippy: fix unncessary_to_owned false positive
rust-lang/rust-clippy/pull/8509
clippy: unnecessary_lazy_eval show suggestions on multiline lint
rust-lang/rust-clippy/pull/8543
clippy: fix suggestion on map_flatten being cropped causing possible information loss
rust-lang/rust-clippy/pull/8520
clippy: match_same_arms fix
rust-lang/rust-clippy/pull/8232
clippy: more transmute_undefined_repr fixes
rust-lang/rust-clippy/pull/8547
clippy: move iter_with_drain to nursery
rust-lang/rust-clippy/pull/8541
clippy: move try_err to restriction
rust-lang/rust-clippy/pull/8544
👍3
Updates from Rust Community
Official
[video] 2022-03-21 Cross Team Collaboration Fun Times (CTCFT)
www.youtube.com
Foundation
Rust Community Grants Program - Survey Responses
foundation.rust-lang.org
Announcing three new Rust Foundation Board Members
foundation.rust-lang.org
Project/Tooling Updates
Rust-Analyzer Changelog #121
rust-analyzer.github.io
Rust superpowered DHCP cli with Rhai noscripts
leshow.github.io
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W11
www.fornjot.app
A Year of BonsaiDb: A retrospective and looking to the future
bonsaidb.io
Slint (GUI crate) weekly update
slint-ui.com
This week in Fluvio #25: the programmable streaming platform
www.fluvio.io
Nushell 0.60
www.nushell.sh
Skytable 0.7.4 is here: authn, entity syntax, fixes and more
blog.skytable.io
Boa release v0.14
boa-dev.github.io
This week in Databend #34: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
Observations/Thoughts
Rust is minimalist
kerkour.com
Rustc Reading Club Phase I Retrospective
https://mojosd.medium.com/rrc-phase-i-retrospective-74141fb246e4
Rust's Unsafe Pointer Types Need An Overhaul - Faultlore
gankra.github.io
Learning Rust: My 6 Key Moments
apollolabsblog.hashnode.dev
I do understand the * operator in Rust now
micouy.github.io
The code is the specification? Introducing cargo spec
www.cryptologie.net
Functional Futures: Live-Coding Rust with Tim McNamara
serokell.io
Help stabilize hyper in curl
seanmonstar.com
Do we really need language support for self-references?
robinmoussu.gitlab.io
[video] Runtime-agnostic async crates by Zeeshan Ali
www.youtube.com
[video] Tauri Foundations by Daniel Thompson-Yvetot
www.youtube.com
[audio] id3 with Roel
rustacean-station.org
Rust Walkthroughs
Procedural macros under the hood: Part I
blog.jetbrains.com
A tour of the Rust and C++ interoperability ecosystem
blog.tetrane.com
Architecture Experiment: Moving a front-end to Rust and WASM
nutsys.com
Web Socket for Productivity in Rust
www.ahmadrosid.com
Advanced logging in rust with log4rs: rotation, retention, patterns, multiple loggers
medium.com/nikmas-group
Why your first FizzBuzz implementation may not work
chrismorgan.info
[ZH] Exploring Rust Mobile Development and Cross-Platform Patterns (Rust 移动开发与跨平台模式探究)
zhuanlan.zhihu.com
[series] [video] Writing a Programming Language (in Rust) 22: Laurel: Continuing a bash noscript port
www.youtube.com
[video] Fyrox - Making an Animation Blending State Machine Editor
www.youtube.com
[video] Petrochenkov reviews the name resolution code
www.youtube.com
[video] UIUC CS 128 Honors Rust Lectures
www.youtube.com
Miscellaneous
Cross-platform Brainfuck Interpreter implementation in Rust - Part 1
rtoch.com
Cross-platform Brainfuck Interpreter implementation in Rust - Part 2
rtoch.com
Rust talks I2C on Apache NuttX RTOS
lupyuen.github.io
Rust Patches For The Linux Kernel Updated A Fifth Time With New Features
www.phoronix.com
[DE] Programmiersprache: Rust könnte neue Technik für Unsafe Pointer bekommen
www.golem.de
Official
[video] 2022-03-21 Cross Team Collaboration Fun Times (CTCFT)
www.youtube.com
Foundation
Rust Community Grants Program - Survey Responses
foundation.rust-lang.org
Announcing three new Rust Foundation Board Members
foundation.rust-lang.org
Project/Tooling Updates
Rust-Analyzer Changelog #121
rust-analyzer.github.io
Rust superpowered DHCP cli with Rhai noscripts
leshow.github.io
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W11
www.fornjot.app
A Year of BonsaiDb: A retrospective and looking to the future
bonsaidb.io
Slint (GUI crate) weekly update
slint-ui.com
This week in Fluvio #25: the programmable streaming platform
www.fluvio.io
Nushell 0.60
www.nushell.sh
Skytable 0.7.4 is here: authn, entity syntax, fixes and more
blog.skytable.io
Boa release v0.14
boa-dev.github.io
This week in Databend #34: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
Observations/Thoughts
Rust is minimalist
kerkour.com
Rustc Reading Club Phase I Retrospective
https://mojosd.medium.com/rrc-phase-i-retrospective-74141fb246e4
Rust's Unsafe Pointer Types Need An Overhaul - Faultlore
gankra.github.io
Learning Rust: My 6 Key Moments
apollolabsblog.hashnode.dev
I do understand the * operator in Rust now
micouy.github.io
The code is the specification? Introducing cargo spec
www.cryptologie.net
Functional Futures: Live-Coding Rust with Tim McNamara
serokell.io
Help stabilize hyper in curl
seanmonstar.com
Do we really need language support for self-references?
robinmoussu.gitlab.io
[video] Runtime-agnostic async crates by Zeeshan Ali
www.youtube.com
[video] Tauri Foundations by Daniel Thompson-Yvetot
www.youtube.com
[audio] id3 with Roel
rustacean-station.org
Rust Walkthroughs
Procedural macros under the hood: Part I
blog.jetbrains.com
A tour of the Rust and C++ interoperability ecosystem
blog.tetrane.com
Architecture Experiment: Moving a front-end to Rust and WASM
nutsys.com
Web Socket for Productivity in Rust
www.ahmadrosid.com
Advanced logging in rust with log4rs: rotation, retention, patterns, multiple loggers
medium.com/nikmas-group
Why your first FizzBuzz implementation may not work
chrismorgan.info
[ZH] Exploring Rust Mobile Development and Cross-Platform Patterns (Rust 移动开发与跨平台模式探究)
zhuanlan.zhihu.com
[series] [video] Writing a Programming Language (in Rust) 22: Laurel: Continuing a bash noscript port
www.youtube.com
[video] Fyrox - Making an Animation Blending State Machine Editor
www.youtube.com
[video] Petrochenkov reviews the name resolution code
www.youtube.com
[video] UIUC CS 128 Honors Rust Lectures
www.youtube.com
Miscellaneous
Cross-platform Brainfuck Interpreter implementation in Rust - Part 1
rtoch.com
Cross-platform Brainfuck Interpreter implementation in Rust - Part 2
rtoch.com
Rust talks I2C on Apache NuttX RTOS
lupyuen.github.io
Rust Patches For The Linux Kernel Updated A Fifth Time With New Features
www.phoronix.com
[DE] Programmiersprache: Rust könnte neue Technik für Unsafe Pointer bekommen
www.golem.de
Crate of the week: heph
This week's crate is heph, an event-driven, non-blocking I/O, share-nothing actor framework.
This week's crate is heph, an event-driven, non-blocking I/O, share-nothing actor framework.
This week in Rust #436 — 30 mar 2022
https://this-week-in-rust.org/blog/2022/03/30/this-week-in-rust-436/
https://this-week-in-rust.org/blog/2022/03/30/this-week-in-rust-436/
Updates from core
proc-macro: stop wrapping ident matchers into groups
rust-lang/rust/pull/92472
debuginfo: fix debuginfo for Box<T> where T is unsized
rust-lang/rust/pull/95270
better errors when a Copy impl on a Struct is not self-consistent
rust-lang/rust/pull/94249
provide suggestion for missing > in a type parameter list
rust-lang/rust/pull/94495
suggest constraining param for unary ops when missing trait impl
rust-lang/rust/pull/95197
suggest replacing a field when using the same type
rust-lang/rust/pull/95396
tell users that || operators are not currently supported in let chain expressions
rust-lang/rust/pull/95314
diagnostics: correct generic bounds with doubled colon
rust-lang/rust/pull/95318
diagnostics: do not give Option::as_ref suggestion for complex match
rust-lang/rust/pull/95127
diagnostics: do not suggest fn foo({ <body> }
rust-lang/rust/pull/95220
diagnostics: suggest missing comma in bad FRU syntax
rust-lang/rust/pull/94939
fix function pointers of different param counts unifying
rust-lang/chalk/pull/759
change Thir to lazily create constants
rust-lang/rust/pull/94876
fix perf issue for auto trait selection
rust-lang/rust/pull/95333
overlap inherent impls
rust-lang/rust/pull/95082
more macro expansion optimizations
rust-lang/rust/pull/95259
ignore doc comments in a declarative macro matcher
rust-lang/rust/pull/95390
allow comparing Vecs with different allocators using ==
rust-lang/rust/pull/93755
stabilize const_ptr_offset
rust-lang/rust/pull/93957
impl From<&[T; N]> and From<&mut [T; N]> for Vec<T>
rust-lang/rust/pull/95098
resolve: do not build expensive suggestions if they are not actually used
rust-lang/rust/pull/95255
codegen_gcc: add --release-sysroot flag to build.sh
rust-lang/rustc_codegen_gcc/pull/143
codegen_gcc: don't pass --target in cargo.sh
rust-lang/rustc_codegen_gcc/pull/147
clippy: check if lhs < rhs in modulos in identity_op
rust-lang/rust-clippy/pull/8519
clippy: map_identity checks for needless map_err
rust-lang/rust-clippy/pull/8487
clippy: unnecessary_join lint
rust-lang/rust-clippy/pull/8579
proc-macro: stop wrapping ident matchers into groups
rust-lang/rust/pull/92472
debuginfo: fix debuginfo for Box<T> where T is unsized
rust-lang/rust/pull/95270
better errors when a Copy impl on a Struct is not self-consistent
rust-lang/rust/pull/94249
provide suggestion for missing > in a type parameter list
rust-lang/rust/pull/94495
suggest constraining param for unary ops when missing trait impl
rust-lang/rust/pull/95197
suggest replacing a field when using the same type
rust-lang/rust/pull/95396
tell users that || operators are not currently supported in let chain expressions
rust-lang/rust/pull/95314
diagnostics: correct generic bounds with doubled colon
rust-lang/rust/pull/95318
diagnostics: do not give Option::as_ref suggestion for complex match
rust-lang/rust/pull/95127
diagnostics: do not suggest fn foo({ <body> }
rust-lang/rust/pull/95220
diagnostics: suggest missing comma in bad FRU syntax
rust-lang/rust/pull/94939
fix function pointers of different param counts unifying
rust-lang/chalk/pull/759
change Thir to lazily create constants
rust-lang/rust/pull/94876
fix perf issue for auto trait selection
rust-lang/rust/pull/95333
overlap inherent impls
rust-lang/rust/pull/95082
more macro expansion optimizations
rust-lang/rust/pull/95259
ignore doc comments in a declarative macro matcher
rust-lang/rust/pull/95390
allow comparing Vecs with different allocators using ==
rust-lang/rust/pull/93755
stabilize const_ptr_offset
rust-lang/rust/pull/93957
impl From<&[T; N]> and From<&mut [T; N]> for Vec<T>
rust-lang/rust/pull/95098
resolve: do not build expensive suggestions if they are not actually used
rust-lang/rust/pull/95255
codegen_gcc: add --release-sysroot flag to build.sh
rust-lang/rustc_codegen_gcc/pull/143
codegen_gcc: don't pass --target in cargo.sh
rust-lang/rustc_codegen_gcc/pull/147
clippy: check if lhs < rhs in modulos in identity_op
rust-lang/rust-clippy/pull/8519
clippy: map_identity checks for needless map_err
rust-lang/rust-clippy/pull/8487
clippy: unnecessary_join lint
rust-lang/rust-clippy/pull/8579
Updates from Rust Community
Foundation
Member Spotlight: Wyliodrin
foundation.rust-lang.org
Project/Tooling Updates
Helix editor 22.03 released
helix-editor.com
Announcing fp-bindgen
fiberplane.dev
Rust-Analyzer Changelog #122
rust-analyzer.github.io
IntelliJ Rust Changelog #167
intellij-rust.github.io
BonsaiDb v0.4.0: Now available without async
bonsaidb.io
Slint (GUI crate) weekly update
slint-ui.com
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W12
www.fornjot.app
This week in Databend #35: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
This week in Fluvio #26: the programmable streaming platform
www.fluvio.io
Observations/Thoughts
dyn*: can we make dyn sized?
smallcultfollowing.com
Oxide on My Wrist: Hubris on PineTime was the best worst idea
artemis.sh
Self Modifying Code
matklad.github.io
Async destructors, async genericity and completion futures
sabrinajewson.org
A thanks to the traits working group in 2021
jackh726.github.io
When not to use Rust?
kerkour.com
Yet Another GitHub Profile Generator
blog.urth.org
Rust Walkthroughs
Cross-compilation in Rust
kerkour.com
Introducing "High Assurance Rust": a FREE systems software security book!
highassurance.rs/
Advanced deserialization with Serde: Parsing Cloudformation templates
rtoch.com
Tiny and Fast Docker image for Rust Application
azzamsa.com
My First Clippy Lint - Statistically Insignificant
jamesmcm.github.io
Introducing "High Assurance Rust"
www.reddit.com
Rust for JavaScript developers: SQS batch error handling with AWS Lambda
dfrasca.hashnode.dev
[video] Introduction to WAGI by Rainer Stropek & Stefan Baumgartner
www.youtube.com
[video] Rust for Linux by Miguel Ojeda and Wedson Almeida Filho
www.youtube.com
Miscellaneous
[audio] Interview with Dustin (A/B Street) | Rust Game Dev
rustgamedev.com
[audio] Rust Servers, Services, and Apps with Prabhu Eshwarla :: Rustacean ...
rustacean-station.org
[videos] RustFest LATAM 2022 [ESP]
www.youtube.com
[videos] RustFest LATAM 2022 [ENG]
www.youtube.com
Foundation
Member Spotlight: Wyliodrin
foundation.rust-lang.org
Project/Tooling Updates
Helix editor 22.03 released
helix-editor.com
Announcing fp-bindgen
fiberplane.dev
Rust-Analyzer Changelog #122
rust-analyzer.github.io
IntelliJ Rust Changelog #167
intellij-rust.github.io
BonsaiDb v0.4.0: Now available without async
bonsaidb.io
Slint (GUI crate) weekly update
slint-ui.com
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W12
www.fornjot.app
This week in Databend #35: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
This week in Fluvio #26: the programmable streaming platform
www.fluvio.io
Observations/Thoughts
dyn*: can we make dyn sized?
smallcultfollowing.com
Oxide on My Wrist: Hubris on PineTime was the best worst idea
artemis.sh
Self Modifying Code
matklad.github.io
Async destructors, async genericity and completion futures
sabrinajewson.org
A thanks to the traits working group in 2021
jackh726.github.io
When not to use Rust?
kerkour.com
Yet Another GitHub Profile Generator
blog.urth.org
Rust Walkthroughs
Cross-compilation in Rust
kerkour.com
Introducing "High Assurance Rust": a FREE systems software security book!
highassurance.rs/
Advanced deserialization with Serde: Parsing Cloudformation templates
rtoch.com
Tiny and Fast Docker image for Rust Application
azzamsa.com
My First Clippy Lint - Statistically Insignificant
jamesmcm.github.io
Introducing "High Assurance Rust"
www.reddit.com
Rust for JavaScript developers: SQS batch error handling with AWS Lambda
dfrasca.hashnode.dev
[video] Introduction to WAGI by Rainer Stropek & Stefan Baumgartner
www.youtube.com
[video] Rust for Linux by Miguel Ojeda and Wedson Almeida Filho
www.youtube.com
Miscellaneous
[audio] Interview with Dustin (A/B Street) | Rust Game Dev
rustgamedev.com
[audio] Rust Servers, Services, and Apps with Prabhu Eshwarla :: Rustacean ...
rustacean-station.org
[videos] RustFest LATAM 2022 [ESP]
www.youtube.com
[videos] RustFest LATAM 2022 [ENG]
www.youtube.com
Crate of the week: lapce
This week's crate is lapce, a lightning-fast powerful code editor written in Rust.
This week's crate is lapce, a lightning-fast powerful code editor written in Rust.
This week in Rust #437 — 06 apr 2022
https://this-week-in-rust.org/blog/2022/04/06/this-week-in-rust-437/
https://this-week-in-rust.org/blog/2022/04/06/this-week-in-rust-437/
Updates from Rust Community
Official
Changes at the Cargo Team
blog.rust-lang.org
Rust Lang Roadmap for 2024
blog.rust-lang.org
Foundation
The Rust Foundation Community Grants Program 2022 Opens for Applications
foundation.rust-lang.org
Newsletters
Rust Nigeria Newsletter #4
rustnigeria.curated.co
Project/Tooling Updates
What's new in axum 0.5
tokio.rs
rust-analyzer changelog #123
rust-analyzer.github.io
Slint (GUI crate) weekly update
slint-ui.com
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W13
www.fornjot.app
Introducing StarfishQL - visualizing the dependency network on crates.io
www.sea-ql.org
This week in Fluvio #27: the programmable streaming platform
www.fluvio.io
Rust on Espressif chips - 04-04-2022
mabez.dev
GCC Rust Monthly Report #15 March 2022
thephilbert.io
Progress Report #10: rustc_codegen_gcc can now bootstrap rustc!
blog.antoyo.xyz
youki 0.0.3 has been released, with WASM support
containers/youki/releases/tag/v0.0.3
Coppers - A test harness that measures the energy usage of your Rust projects
ThijsRay/coppers
Observations/Thoughts
The Tower of Weakenings: Memory Models For Everyone - Faultlore
gankra.github.io
hyper 1.0 roadmap
seanmonstar.com
Why Rust mutexes look like they do
cliffle.com
Improving Python S3 Client Performance with Rust
https://joshua-robinson.medium.com/improving-python-s3-client-performance-with-rust-e9639359072f
Qiskit now includes Rust for better performance
medium.com/qiskit
Why We’re Porting Our Database Drivers to Async Rust
thenewstack.io
The Chronicles of a Web3 philosopher.
dev.to
[audio] Rusty Engine
rustacean-station.org
Rust Walkthroughs
Futures Nostalgia
fasterthanli.me
A Rust web server / frontend setup like it's 2022 (with axum and yew)
robert.kra.hn
Rust's fearless concurrency in practice
kerkour.com
[video] Rust multi-threading code review
www.youtube.com
Miscellaneous
A Computer Science Curriculum with Rust flavor
AbdesamedBendjeddou/Rusty-CS
Tracking the JWST: Programming/Language Issues
arachnoid.com
Ferrous Systems and Espressif’s Rust Training on ESP32
www.espressif.com
RUST! #[proc_macros] zine
lrlna/smol-zines/blob/fc925ac8168599915dd179babd858c53d6f57aab/zines/rust-proc-macros.md
Official
Changes at the Cargo Team
blog.rust-lang.org
Rust Lang Roadmap for 2024
blog.rust-lang.org
Foundation
The Rust Foundation Community Grants Program 2022 Opens for Applications
foundation.rust-lang.org
Newsletters
Rust Nigeria Newsletter #4
rustnigeria.curated.co
Project/Tooling Updates
What's new in axum 0.5
tokio.rs
rust-analyzer changelog #123
rust-analyzer.github.io
Slint (GUI crate) weekly update
slint-ui.com
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W13
www.fornjot.app
Introducing StarfishQL - visualizing the dependency network on crates.io
www.sea-ql.org
This week in Fluvio #27: the programmable streaming platform
www.fluvio.io
Rust on Espressif chips - 04-04-2022
mabez.dev
GCC Rust Monthly Report #15 March 2022
thephilbert.io
Progress Report #10: rustc_codegen_gcc can now bootstrap rustc!
blog.antoyo.xyz
youki 0.0.3 has been released, with WASM support
containers/youki/releases/tag/v0.0.3
Coppers - A test harness that measures the energy usage of your Rust projects
ThijsRay/coppers
Observations/Thoughts
The Tower of Weakenings: Memory Models For Everyone - Faultlore
gankra.github.io
hyper 1.0 roadmap
seanmonstar.com
Why Rust mutexes look like they do
cliffle.com
Improving Python S3 Client Performance with Rust
https://joshua-robinson.medium.com/improving-python-s3-client-performance-with-rust-e9639359072f
Qiskit now includes Rust for better performance
medium.com/qiskit
Why We’re Porting Our Database Drivers to Async Rust
thenewstack.io
The Chronicles of a Web3 philosopher.
dev.to
[audio] Rusty Engine
rustacean-station.org
Rust Walkthroughs
Futures Nostalgia
fasterthanli.me
A Rust web server / frontend setup like it's 2022 (with axum and yew)
robert.kra.hn
Rust's fearless concurrency in practice
kerkour.com
[video] Rust multi-threading code review
www.youtube.com
Miscellaneous
A Computer Science Curriculum with Rust flavor
AbdesamedBendjeddou/Rusty-CS
Tracking the JWST: Programming/Language Issues
arachnoid.com
Ferrous Systems and Espressif’s Rust Training on ESP32
www.espressif.com
RUST! #[proc_macros] zine
lrlna/smol-zines/blob/fc925ac8168599915dd179babd858c53d6f57aab/zines/rust-proc-macros.md
This week in Rust #438 — 13 apr 2022
https://this-week-in-rust.org/blog/2022/04/13/this-week-in-rust-438/
https://this-week-in-rust.org/blog/2022/04/13/this-week-in-rust-438/
Updates from Rust Community
Official
Announcing Rust 1.60.0
blog.rust-lang.org
Lang team April update
blog.rust-lang.org
Foundation
Member Spotlight: Tangram Vision
foundation.rust-lang.org
Project/Tooling Updates
rust-analyzer changelog #124
rust-analyzer.github.io
IntelliJ Rust Changelog #168
intellij-rust.github.io
Ogma v0.3 release - now with type inference!
www.kurtlawrence.info
Slint (GUI crate) weekly update
slint-ui.com
Introducing FoundationDB Client API for Tokio
fdb-rs.github.io
Introducing PCB-rs : Making it easier to write hardware
dev.to
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W14
www.fornjot.app
Fazi - a drop-in replacement for libfuzzer
www.reddit.com
This Month in Rust OSDev (March 2022) | Rust OSDev
rust-osdev.com
This week in Fluvio #28: the programmable streaming platform
www.fluvio.io
This week in Databend #36: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
This week in Databend #37: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
Newsletters
This Month in Rust GameDev #32 - March 2022
gamedev.rs
Observations/Thoughts
Defaults Affect Inference in Rust: Expressions Instead Of Types
gankra.github.io
Rust in Action Book Review
blog.frankel.ch
What I learned from making a DNS client in Rust
blog.adamchalmers.com
dyn* doesn't need to be special
dev.to
How to speed up the Rust compiler in April 2022
nnethercote.github.io
Is life too short to fight Rust's borrow checker?
kerkour.com
Learning Rust You Need a Cognitive Frame
dev.to
[DE] Programmiersprache: Rust-Team blickt zwei Jahre nach vorn auf Rust ...
www.heise.de
[DE] Programmiersprache Rust 1.60 zeigt Codeabdeckung und sieht Zeitspan...
www.heise.de
Rust Walkthroughs
Implied bounds and perfect derive
smallcultfollowing.com
Postfix Spawn
blog.yoshuawuyts.com
Continuous Looper
beijaflor.io
Chumsky: A Tutorial
zesterer/chumsky/blob/82d534d2bd52de98dfe828bc84a177de9fd1a245/tutorial.md
Pointers Are Complicated III, or: Pointer-integer casts exposed
www.ralfj.de
rustdoc: Recent UI and UX changes in generated documentation
blog.guillaume-gomez.fr
Building a crawler in Rust: Associated Types
kerkour.com
[video] Perfect Reflections - 034 - The Ray Tracer Challenge
www.youtube.com
[video] Let's Demystify the Borrow Checker! - Rust 101 Lecture 2
www.youtube.com
[video] Using Futures to wrap an unsafe USB API to play audio directly - Denver Rust Meetup
www.youtube.com
Miscellaneous
[audio] Rustacean Station - Purdy with Marty Jones
rustacean-station.org
[video] Rust Gamedev Meetup #15: April 2022
www.youtube.com
Official
Announcing Rust 1.60.0
blog.rust-lang.org
Lang team April update
blog.rust-lang.org
Foundation
Member Spotlight: Tangram Vision
foundation.rust-lang.org
Project/Tooling Updates
rust-analyzer changelog #124
rust-analyzer.github.io
IntelliJ Rust Changelog #168
intellij-rust.github.io
Ogma v0.3 release - now with type inference!
www.kurtlawrence.info
Slint (GUI crate) weekly update
slint-ui.com
Introducing FoundationDB Client API for Tokio
fdb-rs.github.io
Introducing PCB-rs : Making it easier to write hardware
dev.to
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W14
www.fornjot.app
Fazi - a drop-in replacement for libfuzzer
www.reddit.com
This Month in Rust OSDev (March 2022) | Rust OSDev
rust-osdev.com
This week in Fluvio #28: the programmable streaming platform
www.fluvio.io
This week in Databend #36: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
This week in Databend #37: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
Newsletters
This Month in Rust GameDev #32 - March 2022
gamedev.rs
Observations/Thoughts
Defaults Affect Inference in Rust: Expressions Instead Of Types
gankra.github.io
Rust in Action Book Review
blog.frankel.ch
What I learned from making a DNS client in Rust
blog.adamchalmers.com
dyn* doesn't need to be special
dev.to
How to speed up the Rust compiler in April 2022
nnethercote.github.io
Is life too short to fight Rust's borrow checker?
kerkour.com
Learning Rust You Need a Cognitive Frame
dev.to
[DE] Programmiersprache: Rust-Team blickt zwei Jahre nach vorn auf Rust ...
www.heise.de
[DE] Programmiersprache Rust 1.60 zeigt Codeabdeckung und sieht Zeitspan...
www.heise.de
Rust Walkthroughs
Implied bounds and perfect derive
smallcultfollowing.com
Postfix Spawn
blog.yoshuawuyts.com
Continuous Looper
beijaflor.io
Chumsky: A Tutorial
zesterer/chumsky/blob/82d534d2bd52de98dfe828bc84a177de9fd1a245/tutorial.md
Pointers Are Complicated III, or: Pointer-integer casts exposed
www.ralfj.de
rustdoc: Recent UI and UX changes in generated documentation
blog.guillaume-gomez.fr
Building a crawler in Rust: Associated Types
kerkour.com
[video] Perfect Reflections - 034 - The Ray Tracer Challenge
www.youtube.com
[video] Let's Demystify the Borrow Checker! - Rust 101 Lecture 2
www.youtube.com
[video] Using Futures to wrap an unsafe USB API to play audio directly - Denver Rust Meetup
www.youtube.com
Miscellaneous
[audio] Rustacean Station - Purdy with Marty Jones
rustacean-station.org
[video] Rust Gamedev Meetup #15: April 2022
www.youtube.com