You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Replicating state changes across language barriers with Rust, UniFFI, and proc macros](https://www.tantaluspath.com/tech/rust_to_swift_state_syncing/)
43
-
44
52
*[Deterministic simulation testing for async Rust](https://s2.dev/blog/dst)
45
-
53
+
*[Thinking like a compiler: places and values in Rust](https://steveklabnik.com/writing/thinking-like-a-compiler-places-and-values-in-rust/)
46
54
*[Things fall apart](https://bitfieldconsulting.com/posts/things-fall-apart)
55
+
*[Syntactic Musings on View Types](https://blog.yoshuawuyts.com/syntactic-musings-on-view-types/)
47
56
48
57
### Rust Walkthroughs
49
-
58
+
*[Building a search engine from scratch, in Rust: part 3](https://jdrouet.github.io/posts/202503231000-search-engine-part-3/)
59
+
*[Pitfalls of Safe Rust](https://corrode.dev/blog/pitfalls-of-safe-rust/)
50
60
*[How to implement cryptographically-secure API keys in Rust](https://kerkour.com/api-keys)
51
61
52
62
### Research
63
+
*[Garbage Collection for Rust: The Finalizer Frontier](https://arxiv.org/abs/2504.01841)
53
64
54
65
### Miscellaneous
55
66
@@ -67,8 +78,8 @@ Thanks to [Carl Sverre](https://users.rust-lang.org/t/crate-of-the-week/2704/142
67
78
An important step for RFC implementation is for people to experiment with the
68
79
implementation and give feedback, especially before stabilization.
69
80
70
-
If you are a feature implementer and would like your RFC to appear in this list, add a
71
-
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
81
+
If you are a feature implementer and would like your RFC to appear in this list, add a
82
+
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
72
83
guidance on which aspect(s) of the feature need testing.
73
84
74
85
**No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
0 commit comments