Skip to main content

Search

Items tagged with: RustLang


Uuuh, I guess I need a new job soon...

Who's hiring Rust people at the moment? Preferably based in Germany/ Europe? CV is here: https://spacekookie.de/downloads/resume-kookie-2024.pdf

[ #GetFediHired #Rustlang ]


Is there a (preferably free and open source) map making app ya'll #TTRPG folks use?

Preferably something that spits out some sort of markdown that I can then write a script to upload into a #Rustlang game I'm build #TextBased game I'm building.


No more Postman! This TUI API client goes crazy 🔥

📡 **atac**: A simple API client in your terminal.

🚀 Supports importing collections from Postman.
🔓 Free, account-less, and offline.
🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/Julien-cpsn/ATAC

#rustlang #tui #ratatui #http #client #api #postman #terminal


In the light of the #xz backdoor, if you're a #RustLang developer, I recommend you familiarize yourself with cargo vet:

https://mozilla.github.io/cargo-vet/

Auditing your dependencies, or relying on external audits, adds an important layer of protection.

It's not a silver bullet against bad dependencies as there's no such thing. However adding more layers of protection makes attackers' lives harder and this is one of them.