These are public posts tagged with #rustlang. You can interact with them if you have an account anywhere in the fediverse.
Hey #rust #rustlang folks... How do I git-depend on a crate in a workspace?
I try to depend on `cloudmqtt-core` from https://github.com/TheNeikos/cloudmqtt but cargo fails with `error: no matching package named `cloudmqtt-core` found`.
A simple and straightforward to use MQTT client/server…
GitHub 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
If you enjoy it, feel free to share it on other platforms!
Here is the link: https://jdrouet.github.io/posts/202503231000-search-engine-part-3/
Or how we'll implement sharding and transactions for…
jdrouetFerron – a fast, memory-safe web server written in Rust
https://github.com/ferronweb/ferron
Discussions: https://discu.eu/q/https://github.com/ferronweb/ferron
A fast, memory-safe web server written in Rust. Contribute…
GitHubIt'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.
Linux ARM64 stable compiler is now PGO/BOLT optimized, and up to 30% faster
https://github.com/rust-lang/rust/releases/tag/1.86.0#user-content-1.86.0-Internal-Changes
Discussions: https://discu.eu/q/https://github.com/rust-lang/rust/releases/tag/1.86.0%23user-content-1.86.0-Internal-Changes
The new `Buffer` trait for writing into uninitialized buffers in Rust is now available in a standalone published library:
A `Buffer` trait for reading into uninitialized buffers.
docs.rsShow HN: Zxc – Rust TLS proxy with tmux and Vim as UI, BurpSuite alternative
https://github.com/hail-hydrant/zxc
Discussions: https://discu.eu/q/https://github.com/hail-hydrant/zxc
Mini-rust in Rust 023: Refactor to share structure of the syntax tree
https://video.infosec.exchange/w/2sCUWSH4x11thFSnkkHYYV
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!
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: https://github.com/zeqianli/tgv
#rustlang #ratatui #tui #genome #viewer #explorer #terminal #commandline
% 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))
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.
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'
Pitfalls of Safe Rust
https://corrode.dev/blog/pitfalls-of-safe-rust/
Discussions: https://discu.eu/q/https://corrode.dev/blog/pitfalls-of-safe-rust/
When people say Rust is a “safe language”, they often…
Corrode Rust ConsultingNice 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.
My article about the experience of Rust integration into a C++ code base
https://clickhouse.com/blog/rust
Discussions: https://discu.eu/q/https://clickhouse.com/blog/rust
This story is about how ClickHouse supports Rust components…
ClickHouse@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?
#rustlang 's new 'get_disjoint_mut' looks like it will simplify some of the previously painful Rustisms:
https://doc.rust-lang.org/stable/std/primitive.slice.html#method.get_disjoint_mut
A dynamically-sized view into a contiguous sequence,…
doc.rust-lang.orgAnnouncing Rust 1.86.0 | Rust Blog
https://blog.rust-lang.org/2025/04/03/Rust-1.86.0.html
Discussions: https://discu.eu/q/https://blog.rust-lang.org/2025/04/03/Rust-1.86.0.html
Empowering everyone to build reliable and efficient…
blog.rust-lang.org