Introducing Pipex: A functional pipeline macro for Rust combining sync, async, parallel, and streaming operations
https://crates.io/crates/pipex
Discussions: https://discu.eu/q/https://crates.io/crates/pipex

Introducing Pipex: A functional pipeline macro for Rust combining sync, async, parallel, and streaming operations
https://crates.io/crates/pipex
Discussions: https://discu.eu/q/https://crates.io/crates/pipex
Share your beginner rust projects with me
https://github.com/AnonAmosAdmn/todo-rust-example/tree/main
Discussions: https://discu.eu/q/https://github.com/AnonAmosAdmn/todo-rust-example/tree/main
Having your compile-time cake and eating it too
https://0x44.xyz/blog/comptime-1
Discussions: https://discu.eu/q/https://0x44.xyz/blog/comptime-1
Rust Coreutils 0.1.0 is here!
Faster, more compatible, and now with some SELinux support.
Ubuntu is starting to adopt it, and 60+ contributors pushed 843 commits!
https://github.com/uutils/coreutils/releases/tag/0.1.0
#RustLang #Linux
Okay, I finally decided to try @dystroy's `bacon` for #RustLang (https://dystroy.org/bacon/) and it's great! I'm going to turn off inline error/warning messages in my editor in favor of this tool running off to the side. I immediately found it to be so much easier to identify and fix compiler errors/warnings over my standard editor + `cargo watch -x check` workflow.
I don't think I'd know about bacon if it wasn't for @noboilerplate's videos, so thanks to Tris for sharing and of course Denys for makin' that bacon. :)
Announcing `index-set`: an bitset implementation that support atomic operation
https://github.com/nurmohammed840/index-set
Discussions: https://discu.eu/q/https://github.com/nurmohammed840/index-set
Sguaba: hard-to-misuse rigid body transforms without worrying about linear algebra
How To Get A Rust Job Part II: Introducing Rust At Your Current Company
https://filtra.io/rust/career-help/how-to-get-a-rust-job-II
Discussions: https://discu.eu/q/https://filtra.io/rust/career-help/how-to-get-a-rust-job-II
Bevy Jam #6
https://itch.io/jam/bevy-jam-6
Discussions: https://discu.eu/q/https://itch.io/jam/bevy-jam-6
The Rust GCC backend can now fully bootstrap the Rust compiler. Excellent work from FractalFir in their GSoC (which starts in one week XD).
More information here: https://www.reddit.com/r/rust/comments/1ktph3c/media_the_gcc_compiler_backend_can_now_fully/
I built a file watcher in Rust that's faster than watchexec (and way faster than nodemon) - would love feedback
https://github.com/sage-scm/Flash/blob/main/PERFORMANCE.md
Discussions: https://discu.eu/q/https://github.com/sage-scm/Flash/blob/main/PERFORMANCE.md
Launched a new website for #Rustlings
https://rustlings.rust-lang.org
It even has a new link
What do you think? Anything missing?
This is a classic example of being able to talk about code for as long as you like, but until you implement it you're always going to miss really obvious things.
Not every Rust statement ends with a semi-colon.
@amackif yes, agreed.
And I would also consider chrono as "broken/unfitting/lacking". The jiff docs explain why much better than I could.
I think as it comes to date and time handling, the reason isn't lack of interest but the huge complexity of time zones, daylight saving time shifts, and leap periods.
I admire the teams behind RFC 9557, Temporal as well as BurntSushi for taking this on.
@rust_discussions Bonus to the bonus:
eyre, together with its ecosystem crates color-eyre and color-spantrace (for use with tracing).
I’d argue, it’s the better fork of anyhow.
https://github.com/eyre-rs/eyre/blob/master/color-eyre/README.md
@amackif Lucky we got jiff (by BurntSushi), based on Temporal: