musicmatze :rust: :nixos:

Hey #rust #rustlang folks... How do I git-depend on a crate in a workspace?

I try to depend on `cloudmqtt-core` from github.com/TheNeikos/cloudmqtt but cargo fails with `error: no matching package named `cloudmqtt-core` found`.

#followerpower :boost_ok: #rustdevelopment

GitHub - TheNeikos/cloudmqtt: A simple and straightforward to use MQTT client/server

A simple and straightforward to use MQTT client/server…

GitHub
Jeremie

🧵 And now, the part 3 or my series of articles on how to build a #crossplatform #searchengine, in #rustlang.

📰 This article is about how the sharding mechanism works.

💬 Enjoy reading it, feel free to provide me some feedback, here or directly on GitHub 😃

:fediverse: If you enjoy it, feel free to share it on other platforms!

🔗 Here is the link: jdrouet.github.io/posts/202503

#encryption #searchengine #opensource #wasm

Building a search engine from scratch, in Rust: part 3

Or how we'll implement sharding and transactions for…

jdrouet
Daniel S. Reichenbach

It's funny how people complain about dependency hell of #rustlang

I still have PTSD from the hell of C/CPP dependencies and will probably never stop having nightmares about this stuff.

I mean builds with recursive loops for three different zlib versions are the norm in C, folks.

Dan Gohman

The new `Buffer` trait for writing into uninitialized buffers in Rust is now available in a standalone published library:

docs.rs/buffer-trait

#RustLang

buffer_trait - Rust

A `Buffer` trait for reading into uninitialized buffers.

docs.rs
Andy Balaam

Mini-rust in Rust 023: Refactor to share structure of the syntax tree

video.infosec.exchange/w/2sCUW

I felt a bit uncomfortable after the last video. The joy of coding for fun is that I can stop and make things better, guilt-free!

#video #coding #rustlang

Orhun Parmaksız 👾

Finally, I can make sure I'm a human, not a rat!

🧬 **tgv**: Terminal Genome Viewer

🔍 Explore human genomes in the terminal.

🚀 Supports multiple formats, Vim motions & more!

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: github.com/zeqianli/tgv

#rustlang #ratatui #tui #genome #viewer #explorer #terminal #commandline

Ain Tohvri

% rustup update stable

stable-x86_64-apple-darwin updated - rustc 1.86.0 (05f9846f8 2025-03-31) (from rustc 1.84.1 (e71f9a9a9 2025-01-27))

#programming #rustlang #Rust 🦀

Guillaume Gomez

Due to a misbehaving crawler taking down docs.rs three times, we now added rate limiting.

This shouldn't impact any normal user, we're happy to talk if this affects you.

Officially we follow the crates.io data policy, so crawlers should be limited to 1 request per second. Until now we didn't validate / limit that and relied on the sanity of the crawlers.

#rust #rustlang

Docs.rs

docs.rs
Apr 04, 2025, 09:12 · · · 2 · 0
Dekirisu 🦀

🐿️ added chance-based splitters
🦆 probability indicated by the glow of the arrows

🦜 a simple use case: 'I only wanna sell 50% of the items on that conveyor'

#bevyengine #rustlang #gamedev #solodev #indiegame

chrysn

Nice new milestone for #embedded #Rust development: defmt 1.0 has been released. The crate enables logging for microcontrollers without text or number formatting on the device – instead, the device sends numbers of interned strings to the host, which composes log messages.
1.0 is not only a stable release, but also enables logging #CBOR data into diagnostic notation on the host.

#RustLang

happyborg

@thezerobit interesting, thanks. I recently began building my first REST API so learning, learning, learning and have GraphQL on my list to look into.

No reason I can't offer both at least in the short term so your comments are welcome.

One issue I guess is the level of support, esp for a novice.

I found a actix + utoipa have helped a lot as I'm coding on a Rust backend. Do you know if there are similar tools to help with #GraphQL+ #Rustlang?