Search
Items tagged with: rust
https://blog.cloudflare.com/introducing-oxy/
#iCloudPrivateRelay #CloudflareGateway #Performance #Proxying #Rust #Edge #Oxy
#rust / #rustlang / #servo
https://servo.org/blog/2023/01/16/servo-2023/
#rustlang #linux
Debian -- Details of package lsd in sid
ls command with a lot of pretty colors and some other stuffpackages.debian.org
#rust #fosdem #fosdem23
(cons cat (cons cat nil))
In Rust:
Box<(Cat, Box<Cat>)>
#lisp #rust #RustLanguage #RustCataStructures
»Android: Mehr Rust, weniger C/C++ und weniger kritische Schwachstellen«
🦀 https://www.heise.de/news/Android-Mehr-Rust-weniger-C-C-und-weniger-kritische-Schwachstellen-7364247.html
--
#rust #sicherheit #itsicherheit #os #linux #android #betiebssystem #programmieren
Android: Mehr Rust, weniger C/C++ und weniger kritische Schwachstellen
Vulnerabilities aufgrund von Speicherfehlern haben in den letzten Jahren abgenommen, auch wenn die Gesamtzahl der gemeldeten Schwachstellen konstant blieb.Rainald Menge-Sonnentag (heise online)
aoc/main.rs at main · kellan/aoc
Contribute to kellan/aoc development by creating an account on GitHub.GitHub
Would anybody be interested in the occasional livestream here and there or in a repo with solutions?
https://github.com/ajnsit/aoc2022/blob/main/day2/notes.md
aoc2022/notes.md at main · ajnsit/aoc2022
Advent of code 2022 in Rust. Contribute to ajnsit/aoc2022 development by creating an account on GitHub.GitHub
#Rust
- Actix-web, because... (26%, 5 votes)
- Axum, because... (73%, 14 votes)
David presented the hackathon results: two interoperable (experimental) NTP v5 implementations. Not bad for two days of work!
NTP group hackathon slides:
https://ietf-hackathon.github.io/ietf115-project-presentations/ietf-115-hackathon-ntp.html
Our open-source NTP implementation, ntpd-rs:
https://github.com/memorysafety/ntpd-rs
#IETF115 #rustlang #rust
GitHub - memorysafety/ntpd-rs: An NTP implementation in Rust, supported by Internet Security Research Group's Prossimo project.
An NTP implementation in Rust, supported by Internet Security Research Group's Prossimo project. - GitHub - memorysafety/ntpd-rs: An NTP implementation in Rust, supported by Internet Security R...GitHub
https://liw.fi/training/rust-foss-dev/
Thank you, Lars!
Use `thiserror` in library crates! Only use `anyhow` in binary crates!
Don't give your users a hard time fighting against `anhyow::Error` when using your library!
#programmingadvice #programming
A guide to the non-standard standard library of Rust. If you're looking for functionality that you'd expect in a standard library, Rust might not have it.
But there are some really excellent crates that can help.
#rust #rustlang
Rustacean Station
Come journey with us into the weird, wonderful, and wily world of Rust.Rustacean Station
Also, this is your chance to go down in history: If you come up with any nice sounds, I'll be happy to include them in the default sound set, which currently still is mostly empty.
https://github.com/icsga/Yazz
#rust #synth
GitHub - icsga/Yazz: A wavetable synthesizer written in Rust.
A wavetable synthesizer written in Rust. Contribute to icsga/Yazz development by creating an account on GitHub.GitHub
Especially, I'm enjoying this as I really like Rust and want to have more of it in production.
#rust #programming #achievement
The service is a custom logic around video processing.
The Rust code is built around gstreamer-rs bindings.
ffmpeg doing less then the custom Rust implementation consumes 1.5GB RAM and 1.15 CPU.
Our new Rust implementation consumes 133MB RAM and 0.18 CPU.
I'd say this is a huge win. I'm really glad that the effort payed back.
#rust #ffmpeg #python #gstreamer
https://epage.github.io/blog/2022/09/clap4/