Skip to content

Commit 0ab0fea

Browse files
authored
Merge branch 'master' into twir-402
2 parents 0d8fbda + b8e59ff commit 0ab0fea

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

draft/2021-08-04-this-week-in-rust.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,24 @@ If you find any errors in this week's issue, [please submit a PR](https://github
1717
### Official
1818

1919
### 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)
2122

2223
### Observations/Thoughts
2324

2425
* [Deep Learning in Rust with GPU using onnxruntime-rs](https://able.bio/haixuanTao/deep-learning-in-rust-with-gpu--26c53a7f)
2526

2627
### Rust Walkthroughs
2728
* [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)
2830

2931
### Research
3032

3133
### Miscellaneous
3234

3335
* [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)
3436
* [Rust on RISC-V BL602: Is It Sunny?](https://lupyuen.github.io/articles/adc)
37+
* [Rust Design FAQ for C++ Programmers](https://cppfaq.rs)
3538

3639
## Crate of the Week
3740

@@ -43,6 +46,10 @@ Thanks to [Luke Chu](https://users.rust-lang.org/t/crate-of-the-week/2704/941) f
4346

4447
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
4548

49+
## Module of the Week
50+
51+
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+
4653
## Call for Participation
4754

4855
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
8693

8794
### Rust Compiler Performance Triage
8895

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.
9097

91-
Triage done by **@rylev**.
92-
Revision range: [5c0ca08..998cfe5](https://perf.rust-lang.org/?start=5c0ca08c662399c1c864310d1a20867d3ab68027&end=998cfe5aad7c21eb19a4bca50f05a13354706970&absolute=false&stat=instructions%3Au)
98+
Triage done by **@simulacrum**.
99+
Revision range: [998cfe5..3354a44](https://perf.rust-lang.org/?start=998cfe5aad7c21eb19a4bca50f05a13354706970&end=3354a44d2fa8d5ba6b8d6b40d2596de2c8292ec1&absolute=false&stat=instructions%3Au)
93100

94-
0 Regressions, 3 Improvements, 0 Mixed; 0 of them in rollups
101+
2 Regressions, 0 Improvements, 0 Mixed; 1 of them in rollups
95102

96-
[Full report here](https://github.com/rust-lang/rustc-perf/blob/master/triage/2021-07-27.md).
103+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/master/triage/2021-08-03.md).
97104

98105
### Approved RFCs
99106

@@ -132,6 +139,7 @@ decision. Express your opinions now.
132139

133140
* [August 3, 2021, Buffalo, NY, US - Buffalo Rust User Group, First Tuesdays - Buffalo Rust Meetup](https://www.meetup.com/Buffalo-Rust-Meetup/events/jxfdjsycclbfb/)
134141
* [August 9, 2021, Seattle, WA, US - Monthly meetup - Seattle Rust Meetup](https://www.meetup.com/Seattle-Rust-Meetup/events/gskksrycclbnb/)
142+
* [August 19, 2021, Manchester, UK - Rust Manchester - Speeding Up the Snake: Extending Python with Rust](https://www.meetup.com/rust-manchester/events/279730616/)
135143

136144
### North America
137145

@@ -148,6 +156,11 @@ Email the [Rust Community Team][community] for access.
148156

149157
*Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!*
150158

159+
**Kollider**
160+
161+
* [Junior Backend Engineer (Remote)](https://kollider.homerun.co/junior-backend-engineer/en)
162+
* [Senior Backend Engineer (Remote)](https://kollider.homerun.co/senior-backend-engineer/en)
163+
151164
**Parity Technologies**
152165

153166
* [Multiple Rust engineering positions available](https://www.parity.io/jobs/)

0 commit comments

Comments
 (0)