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
👍1
This week in Rust #439 — 20 apr 2022
https://this-week-in-rust.org/blog/2022/04/20/this-week-in-rust-439/
https://this-week-in-rust.org/blog/2022/04/20/this-week-in-rust-439/
Updates from Rust Community
Official
Rust Compiler April 2022 Steering Cycle
blog.rust-lang.org
Please welcome Thom and Chris to Library Contributors
blog.rust-lang.org
Imposter Syndrome
blog.rust-lang.org
Foundation
Member Spotlight: KDAB
foundation.rust-lang.org
Project/Tooling Updates
MnemOS Initial Release Announcement
jamesmunns.com
Bevy 0.7
bevyengine.org
rust-analyzer changelog #125
rust-analyzer.github.io
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W15 (Pre-Vacation Edition)
www.fornjot.app
Rewriting sysctl(8) in Rust (systeroid)
blog.orhun.dev
Postage v0.5.0
implaustin.hashnode.dev
Slint (GUI crate) weekly update
slint-ui.com
This week in Fluvio #29: the programmable streaming platform
www.fluvio.io
This week in Databend #38: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
Observations/Thoughts
Why You Should Be Worried About the Future of C/C++ in Embedded: A Case for Rust
apollolabsblog.hashnode.dev
Coherence and crate-level where-clauses
smallcultfollowing.com
How Async Functions in Traits could Work in Rustc
blog.theincredibleholk.org
Choosing the Right Integers
www.thecodedmessage.com
Rustaceans at the border
lwn.net
Building a new terminal - using macOS Metal APIs for UI rendering (interview with Warp)
console.dev
35 Rust Learning Resources Every Beginner Should Know in 2022
apollolabsblog.hashnode.dev
We asked 5 people why they like Embedded Rust
tweedegolf.nl
A Performance Evaluation on Rust Asynchronous Frameworks
zenoh.io
Compile time evaluation in Nim, Zig, Rust and C++
castillodel.github.io
Including two versions of a Rust crate in a single project
reltech.substack.com
[video] 2022-04-20 Design Meeting: Felienne Hermans, Psychology of Programming
www.youtube.com
[audio] Armin Ronacher on experimental deserialization with Deser
rustacean-station.org
Rust Walkthroughs
LoRaWAN Applications in Rust
tweedegolf.nl
Building a crawler in Rust: Synchronization (Atomic Types and Barriers)
kerkour.com
Hostname based router with axum in Rust
kerkour.com
Command line argument parsing in Rust using Clap
blog.logrocket.com
Full-text search for DynamoDB using Lambda, EFS, Tantivy and Rust
jakejscott.com
Building and Deploying a URL shortener with Rust in 10 minutes or less
www.shuttle.rs
Rust on Nails: A full stack architecture for Rust web applications
cloak.software
An Intro to the Sauron web Framework
blog.chainsafe.io
[video] I'm in ur address space
fasterthanli.me
[video] A Mir Formality Walkthrough #1
www.youtube.com
Miscellaneous
Cancellation: RustFest Global EMEA Edition
rustfest.world
Official
Rust Compiler April 2022 Steering Cycle
blog.rust-lang.org
Please welcome Thom and Chris to Library Contributors
blog.rust-lang.org
Imposter Syndrome
blog.rust-lang.org
Foundation
Member Spotlight: KDAB
foundation.rust-lang.org
Project/Tooling Updates
MnemOS Initial Release Announcement
jamesmunns.com
Bevy 0.7
bevyengine.org
rust-analyzer changelog #125
rust-analyzer.github.io
Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W15 (Pre-Vacation Edition)
www.fornjot.app
Rewriting sysctl(8) in Rust (systeroid)
blog.orhun.dev
Postage v0.5.0
implaustin.hashnode.dev
Slint (GUI crate) weekly update
slint-ui.com
This week in Fluvio #29: the programmable streaming platform
www.fluvio.io
This week in Databend #38: A Modern Cloud Data Warehouse for Everyone
weekly.databend.rs
Observations/Thoughts
Why You Should Be Worried About the Future of C/C++ in Embedded: A Case for Rust
apollolabsblog.hashnode.dev
Coherence and crate-level where-clauses
smallcultfollowing.com
How Async Functions in Traits could Work in Rustc
blog.theincredibleholk.org
Choosing the Right Integers
www.thecodedmessage.com
Rustaceans at the border
lwn.net
Building a new terminal - using macOS Metal APIs for UI rendering (interview with Warp)
console.dev
35 Rust Learning Resources Every Beginner Should Know in 2022
apollolabsblog.hashnode.dev
We asked 5 people why they like Embedded Rust
tweedegolf.nl
A Performance Evaluation on Rust Asynchronous Frameworks
zenoh.io
Compile time evaluation in Nim, Zig, Rust and C++
castillodel.github.io
Including two versions of a Rust crate in a single project
reltech.substack.com
[video] 2022-04-20 Design Meeting: Felienne Hermans, Psychology of Programming
www.youtube.com
[audio] Armin Ronacher on experimental deserialization with Deser
rustacean-station.org
Rust Walkthroughs
LoRaWAN Applications in Rust
tweedegolf.nl
Building a crawler in Rust: Synchronization (Atomic Types and Barriers)
kerkour.com
Hostname based router with axum in Rust
kerkour.com
Command line argument parsing in Rust using Clap
blog.logrocket.com
Full-text search for DynamoDB using Lambda, EFS, Tantivy and Rust
jakejscott.com
Building and Deploying a URL shortener with Rust in 10 minutes or less
www.shuttle.rs
Rust on Nails: A full stack architecture for Rust web applications
cloak.software
An Intro to the Sauron web Framework
blog.chainsafe.io
[video] I'm in ur address space
fasterthanli.me
[video] A Mir Formality Walkthrough #1
www.youtube.com
Miscellaneous
Cancellation: RustFest Global EMEA Edition
rustfest.world
Crate of the week: ttrpc
This week's crate is ttrpc, a GRPC-like protocol implementation for memory-constrained environments.
This week's crate is ttrpc, a GRPC-like protocol implementation for memory-constrained environments.