Skip to content

Commit 563437d

Browse files
authored
Merge branch 'master' into patch-41
2 parents ff18417 + b4e7d3e commit 563437d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

draft/2024-10-09-this-week-in-rust.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,19 @@ and just ask the editors to select the category.
3636
### Newsletters
3737

3838
### Project/Tooling Updates
39+
* [A new version of modversions](https://lwn.net/Articles/986892/)
40+
* [Smart pointers for the kernel](https://lwn.net/SubscriberLink/992055/104fe7d0d355faba/)
41+
* [Efficient Rust tracepoints](https://lwn.net/SubscriberLink/992455/6c61de6764f17830/)
42+
* [Improving bindgen for the kernel](https://lwn.net/SubscriberLink/992693/d4d6587f6faaf524/)
43+
44+
* [termscp 0.15.0](https://blog.veeso.dev/blog/en/announcing-termscp-015/)
3945

4046
### Observations/Thoughts
4147

4248
### Rust Walkthroughs
4349

4450
* [video] [Build with Naz : Create an async shell in Rust](https://www.youtube.com/watch?v=jXzFCDIJQag)
51+
* [Index Trait, Pinned Elements and Immutable Push Vector](https://orxfun.github.io/orxfun-notes/#/imp-vec-motivation-2024-10-03)
4552

4653
### Research
4754

publishing/copy_website_content_to_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
read -p "Enter the directory to copy website contents to (likely ending in 'this-week-in-rust.github.io'): " directory
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
juice --web-resources-images false ${LOCAL_EMAIL_PREFIX}-in.html ${LOCAL_EMAIL_PREFIX}-email.html

publishing/create_optimized_email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
source utils.sh
44

publishing/run_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
source utils.sh
44

0 commit comments

Comments
 (0)