Check out rustc-php, a Rust compiler written in PHP!
Tag Archives: rust
Extra Content #11: Cleaning Rust Off Handheld Wire Stripper Using Dremel Rotary Tool and WD-40
This post is part of my video blog and you can find more information about this video over here.
You can support this channel on Patreon: patreon.com/JohnElliotV
In this video I clean the rust off my new Yum Cha Universal Handheld Wire Stripper using my Dremel 4300 Rotary Tool and WD-40 Specialist High Performance Silicone Lubricant.
Thanks very much for watching! And please remember to hit like and subscribe! :)
Following is a product I use picked at random from my collection which may appear in my videos. Clicking through on this to find and click on the green affiliate links before purchasing from eBay or AliExpress is a great way to support the channel at no cost to you. Thanks!
YIHUA 938D Soldering Tweezers notes |
Let’s go shopping!
Rust
This article makes a compelling case for Rust: Why the developers who use Rust love it so much.
Also there’s a good write up about Rust features over here: Understanding Rust futures by going way too deep .
Unicode bidirectional override hack
Interesting: Security advisory for rustc (CVE-2021-42574).
As an example, the following snippet (with {U+NNNN} replaced with the Unicode codepoint NNNN):
if access_level != "user{U+202E} {U+2066}// Check if admin{U+2069} {U+2066}" {
...would be rendered by bidirectional-aware tools as:
if access_level != "user" { // Check if admin
