Youtube Channels on Rust
- A curated list of YouTube channels cover Rust
- Organized by Category
implrust.com/resources/yo...
#rustlang #programming
Youtube Channels on Rust
- A curated list of YouTube channels cover Rust
- Organized by Category
implrust.com/resources/yo...
#rustlang #programming
#fishshell rewrite-it-in #rust progress, 2025-02-27
76776 / 76776 C++ lines removed
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%
--
We pushed out a beta a couple of months ago, but we finally sorted the full release!
https://github.com/fish-shell/fish-shell/releases/tag/4.0.0
It should be in your favourite package manager reasonably soon.
I've just released cargo-machete 0.8.0, the Cargo tool to quickly remove unused Rust dependencies, so as to be compatible with the resolver=3 option in particular
It was great to see so many people interested in embedded rust and some companies in Melbourne seem to be developing some stuff too! #RustLang #rustEmbedded
dalek.rs cryptography
A suite of cryptographic libraries and protocol implementations, written in the systems programming language Rust, for creating blazingly-fast, production-quality cryptographic applications.
Demystifying monads in Rust through property-based testing
https://sunshowers.io/posts/monads-through-pbt/
Discussions: https://discu.eu/q/https://sunshowers.io/posts/monads-through-pbt/
Linus Torvalds Clearly Lays Out Linux Maintainer Roles - Or Not - Around Rust Code
https://www.phoronix.com/news/Torvalds-On-Rust-Maintainers
Discussions: https://discu.eu/q/https://www.phoronix.com/news/Torvalds-On-Rust-Maintainers
"as a #Linux (Kernel) Developer or Maintainer you must deal with #RustLang if you want to or not"
https://www.theregister.com/2025/02/21/linux_c_rust_debate_continues/
@tamme is giving a talk at Embedded World 2025!
He'll show how Rust’s type system and package manager are used in the embedded Rust ecosystem and help to improve development speed and code quality.
Also come visit us on the Exhibition floor, or book a time slot for a private chat: https://tweedegolf.nl/en/embedded-world
Is anyone looking for an experienced #RustLang developer in EU?
Today I worked again on my very first #rustlang project and learned how to organize my code into modules.
The cargo-modules crate is super useful to learn about how your project and/or its dependencies are structured.
My latest blog post: VanSpoof - Prototype 2 - Echo Firmware
https://mikecoats.com/van-spoof-prototype-2-firmware-1/
In part 1 and part 2 of building my first VanSpoof prototype, I managed to flash the microcontroller on the PCB with a blinky demo. This time round, let's see about sending and receiving some serial data.
No more signal-desktop! I'm now using this TUI
**gurk**: Signal Messenger client for the terminal
Easy to set up & supports custom key bindings!
Written in Rust & built with @ratatui_rs