Skip to main content

Search

Items tagged with: rustlang


Today I gave a talk about "**Adopting Rust**" at @teknasyontech's office! 🦀

Shout out to everyone who attended & organizers for the awesome event! 🥳

Rust world domination one step at a time! 🚀

#rustlang #meetup #talk


@fell to the best of our knowledge this is likely one of the first, if not the first, #Rustlang native GUI application which runs on three different platforms. It's also a very small application because developing a GUI for three different native APIs takes a lot of work


Today I discovered a Rust project optimization tool! 🚀

🦀 **cargo-wizard**: Applies profile and config templates to your Cargo project.

🔥 Tweak for maximum performance, fast compile times or minimal binary size.

⭐ GitHub: https://github.com/Kobzol/cargo-wizard

#rustlang #performance #cargo #automation #wizard


You can run TUIs in the browser with Rust! 🦀

🐭 **ratframe** : egui widget + @ratatui_rs backend.

🔥 Ratatui integrates with egui, enabling compilation to WASM!

🚀 Demo: https://gold-silver-copper.github.io/

⭐ GitHub: https://github.com/gold-silver-copper/ratatui_egui_wasm

#rustlang #ratatui #tui #egui #wasm #browser #web


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


Today I found a tool to debug Rust programs! 🔥

🥷 **BugStalker**: Modern Rust debugger for Linux x86-64.

🚀 Supports breakpoints, steps & signals.

🦀 Has a TUI built with tui-realm & @ratatui_rs

⭐ GitHub: https://github.com/godzie44/BugStalker

#rustlang #ratatui #tui #debugger #debug #x86_64 #terminal #binary


In Ratatui, objects can be created in one step, with methods directly configuring how the widget will display.

✨ This eliminates the need for intermediate variable storage and mutation.

🦀 In Rust this is called the **Builder Lite** pattern.

➡️ Learn more about it here: https://ratatui.rs/concepts/builder-lite-pattern/ (from @ratatui_rs docs)

#rustlang #programming #pattern #concept #ratatui


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


TUIs are everywhere! 🚀

🎸 **twitch-tui**: Twitch chat in the terminal.

💬 Read/send/search messages with customizable functionality.
🔥 Has Vim and Emacs inspired keybindings.
🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/Xithrius/twitch-tui

#rustlang #ratatui #tui #twitch #chat #terminal #commandline


Do you type fast? Check out this TUI! 🔥

🏁 **ttyper**: Terminal-based typing test.

🚀 Supports different languages - you can test with Rust keywords!
🎨 Supports configuration and custom styles.
🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/max-niederman/ttyper

#rustlang #ratatui #tui #typing #test #terminal


Do you like playing chess? Do you use terminal a lot?
Your wish is about to come true 🪄

♜ **chess-tui**: Play chess in your terminal.

🔥 Supports playing against a chess engine.

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/thomas-mauran/chess-tui

#rustlang #ratatui #tui #chess #terminal #game


Transferring files in the terminal is a pain 😫
Well, not anymore! 💪

🌀 **termscp**: A feature rich TUI for file transfer and explorer.

🔥 Supports SCP/SFTP/FTP/S3/SMB
🚀 Works on Windows, Linux, FreeBSD, NetBSD and MacOS!

🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/veeso/termscp

#rustlang #ratatui #tui #terminal #file #transfer #scp #sftp #ftp #smb #explorer


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


**Rust for Lunch** starting soon! 🥪 (http://lunch.rs/)

🦀 Online-only Rust meet scheduled to fit into a lunch break.

➡️ Join: https://lecture.senfcall.de/hay-gmh-wox-mru

#rustlang #meetup


I'm excited to announce the new version of **Ratatui**! 🐁

🦀 A Rust library that's all about cooking up terminal user interfaces (@ratatui_rs)

✨ Release highlights: https://ratatui.rs/highlights/v0262/

📢 I'm giving a lightning talk on Ratatui at **Rust for Lunch** tomorrow! (https://lunch.rs/meetups/2024-04-16)

🧀 GitHub: https://github.com/ratatui-org/ratatui

#rustlang #tui #library #terminal


Want to add Vim key bindings to your Rust application? 🤔
Say less.

🦀 **modalkit**: A Rust library for building modal editing applications.

🚀 Can be used with TUIs (via @ratatui_rs) or shell-like applications.

⭐ GitHub: https://github.com/ulyssa/modalkit by @ulyssa

#rustlang #library #vim #editor #tui #shell #ratatui


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


Today I found a TUI frontend for curl! 🔥

🌀**cute**: TUI HTTP client with API/auth key management and request history/storage.

🌐 Supports importing Postman collections!

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/PThorpe92/CuTE

#rustlang #ratatui #tui #curl #http #request #api #auth