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
Copy file name to clipboardExpand all lines: draft/2021-08-04-this-week-in-rust.md
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,24 @@ If you find any errors in this week's issue, [please submit a PR](https://github
17
17
### Official
18
18
19
19
### Project/Tooling Updates
20
-
[ConnectorX: accelerate data loading from databases to dataframes](https://github.com/sfu-db/connector-x)
20
+
*[ConnectorX: accelerate data loading from databases to dataframes](https://github.com/sfu-db/connector-x)
21
+
*[This week in SixtyFPS (a Rust GUI toolkit)](https://sixtyfps.io/thisweek/2021-08-02.html)
21
22
22
23
### Observations/Thoughts
23
24
24
25
*[Deep Learning in Rust with GPU using onnxruntime-rs](https://able.bio/haixuanTao/deep-learning-in-rust-with-gpu--26c53a7f)
25
26
26
27
### Rust Walkthroughs
27
28
*[Implementing Base64 from scratch with Rust](https://dev.to/tiemen/implementing-base64-from-scratch-in-rust-kb1)
29
+
*[How I built End-to-End Encrypted Messaging in 51 lines of Rust, using the Ockam crate](https://github.com/ockam-network/ockam/tree/develop/documentation/use-cases/end-to-end-encryption-with-rust#readme)
28
30
29
31
### Research
30
32
31
33
### Miscellaneous
32
34
33
35
*[Implementing a BLT parser by hand in Rust (vs pest and combine): OpenTally dev log](https://yingtongli.me/blog/2021/07/30/blt-parser.html)
34
36
*[Rust on RISC-V BL602: Is It Sunny?](https://lupyuen.github.io/articles/adc)
37
+
*[Rust Design FAQ for C++ Programmers](https://cppfaq.rs)
35
38
36
39
## Crate of the Week
37
40
@@ -43,6 +46,10 @@ Thanks to [Luke Chu](https://users.rust-lang.org/t/crate-of-the-week/2704/941) f
Launching this week is [Rust Module of the Week](https://motw.rs) with [std::fs Part 1](https://motw.rs/blog/2021/08/01/stdfs-part-1/). Contribution and feedback welcome [here](https://github.com/slyons/rust-module-of-the-week).
52
+
46
53
## Call for Participation
47
54
48
55
Always wanted to contribute to open-source projects but didn't know where to start?
@@ -86,14 +93,14 @@ If you are a Rust project owner and are looking for contributors, please submit
86
93
87
94
### Rust Compiler Performance Triage
88
95
89
-
A very quiet week with only improvements. There was one possible regression, but it was removed from consideration due to only barely impacting a somewhat noisy stress-test benchmark. Untriaged pull requests continue to pile up, but there is still not a good process for dealing with them.
96
+
Quiet week for performance, with no large changes. Regressions are limited to just a few benchmarks.
*[August 19, 2021, Manchester, UK - Rust Manchester - Speeding Up the Snake: Extending Python with Rust](https://www.meetup.com/rust-manchester/events/279730616/)
135
143
136
144
### North America
137
145
@@ -148,6 +156,11 @@ Email the [Rust Community Team][community] for access.
148
156
149
157
*Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!*
0 commit comments