Tag rustlang
4 bookmarks have this tag.
4 bookmarks have this tag.
Discovered a neat new tool last week: <https://github.com/wr7/refold>
It's similar to fmt
and fold
except that it automatically handles prefixes. Vim/Neovim gq
can do this out of the box but fails (for me at least) when multiple prefixes are present, such as a Markdown block-quote inside Rust comments. E.g.
// > Some quoted text
// > to reflow.
refold
handles this.
[#Rust](https://mastodon.decentralised.social/tags/Rust) [#RustLang](https://mastodon.decentralised.social/tags/RustLang) [#TextProcessing](https://mastodon.decentralised.social/tags/TextProcessing) [#TextManipulation](https://mastodon.decentralised.social/tags/TextManipulation) [#TextEditor](https://mastodon.decentralised.social/tags/TextEditor)
Today I discovered a pretty cool utility for listing USB devices! 🔌
🌸 **cyme**: A modern and cross-platform lsusb!
🔥 Displays manufacturer, serial number, speed, current information (mA) and more!
🦀 Written in Rust!
⭐ GitHub: <https://github.com/tuna-f1sh/cyme>
[#rustlang](https://fosstodon.org/tags/rustlang) [#lsusb](https://fosstodon.org/tags/lsusb) [#usb](https://fosstodon.org/tags/usb) [#devices](https://fosstodon.org/tags/devices) [#utility](https://fosstodon.org/tags/utility) [#commandline](https://fosstodon.org/tags/commandline) [#tool](https://fosstodon.org/tags/tool) [#libusb](https://fosstodon.org/tags/libusb)
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](https://fosstodon.org/@ratatui_rs)
⭐ GitHub: <https://github.com/PThorpe92/CuTE>
[#rustlang](https://fosstodon.org/tags/rustlang) [#ratatui](https://fosstodon.org/tags/ratatui) [#tui](https://fosstodon.org/tags/tui) [#curl](https://fosstodon.org/tags/curl) [#http](https://fosstodon.org/tags/http) [#request](https://fosstodon.org/tags/request) [#api](https://fosstodon.org/tags/api) [#auth](https://fosstodon.org/tags/auth)
[#OxiTraffic](https://fosstodon.org/tags/OxiTraffic): Self-hosted, simple and privacy respecting website traffic tracker 🌐
A [#Rust](https://fosstodon.org/tags/Rust) web app that I did write with [#Axum](https://fosstodon.org/tags/Axum) to see how many read my blog posts 🧐
I did just publish a version which I consider ready for public usage 🤗
The screenshot shows the call history of one of my blog posts 📈
Check out the README for a demo and more details about how it works and how you can host it:
<https:codeberg.org/mo8it/oxitraffic>
[#RustLang](https://fosstodon.org/tags/RustLang) [#Selfhosted](https://fosstodon.org/tags/Selfhosted) [#Analytics](https://fosstodon.org/tags/Analytics) [#IndieWeb](https://fosstodon.org/tags/IndieWeb)