Skip to main content

Search

Items tagged with: Rust


Starting the week with a very small pull request I just published 🤭

I'm the first to scream when I need to review a gigantic PR, but sometimes working on a big code refactoring after months working on a project doesn't really allow for small ones.

All in all I removed 560 lines of code so I guess it makes it more okay ? 🙈

#rust #rustlang #git #programming


My first @archlinux package is out 😍 First "usable" version of Pomodorolm, a visually pleasing #pomodoro timer. Build with #elmlang, #tauri and #rust
Source code is here: https://github.com/vjousse/pomodorolm
Builds for Windows, Mac OS X and Linux here: https://github.com/vjousse/pomodorolm/releases
#archlinux #proud


Arch users... it's finally here! 🔥

📦 **parui**: Simple TUI frontend for paru or yay.

🚀 Manage Arch Linux packages via TUI!

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/Vonr/parui

#rustlang #rust #ratatui #tui #packaging #archlinux #arch #linux #terminal


Oh, look! 👀

There is a #Rust #book #bundle over at #HumbleBundle by Packt 🥰

https://www.humblebundle.com/books/rust-mastery-packt-books

It also contains the recently published "Asynchronous Programming in Rust" by Carl Fredrik Samson:

https://www.packtpub.com/product/asynchronous-programming-in-rust/9781805128137

#RustLang


Does anyone has experience in writing REST APIs in #rust ?

Which framework did you use?

I am currently trying actix. But I found many others like rocket and axum

#rustlang #webapi #restapi