MoreRSS

site iconMatthias EndlerModify

A Rust developer and open-source maintainer with 20 years of experience in software development.
Please copy the RSS to your reader, or quickly subscribe to:

Inoreader Feedly Follow Feedbin Local Reader

Rss preview of twitter of Matthias Endler

Re @mitchellh If possible, prefer `cargo check` over `cargo build`. But it sounds like you need to build. Which Rust projects do you have to build fro...

2025-02-13 02:42:27

Re @mitchellh If possible, prefer `cargo check` over `cargo build`.

But it sounds like you need to build.
Which Rust projects do you have to build from source?

Are there any release binaries?
If not, maybe you can ask the maintainers to create some?

Re @xav_db @mitchellh Yeah. The parallel compiler frontend. You can try it already. See https://blog.rust-lang.org/2023/11/09/parallel-rustc.html and ...

2025-02-13 02:32:22

Re @xav_db @mitchellh Yeah. The parallel compiler frontend. You can try it already. See
https://blog.rust-lang.org/2023/11/09/parallel-rustc.html and https://corrode.dev/blog/tips-for-faster-rust-compile-times/#switch-to-the-new-parallel-compiler-frontend

'Rust in Production' Season 3 - The Big Finale! We just released our final episode of season 3. Brew yourself a nice cup of 🍵 and treat yourself wi...

2025-02-07 00:16:58

'Rust in Production' Season 3 - The Big Finale!

We just released our final episode of season 3.

Brew yourself a nice cup of 🍵 and treat yourself with some Rust audio content! 😃

Link to the episode:
https://corrode.dev/podcast/s03e09-season-finale/

#rustlang #rust #podcast

RT AstraKernel 💫: 🦀 Hubstaff - From Rails to Rust - Microservices, high load operations ported to Rust - @TauriApps for the desktop app - Once d...

2025-01-29 16:58:34

RT AstraKernel 💫
🦀 Hubstaff - From Rails to Rust

- Microservices, high load operations ported to Rust

- @TauriApps for the desktop app

- Once developers are up to speed, there is no noticeable slowdown in development

- Rust transformed fear into confidence

https://corrode.dev/learn/case-studies/hubstaff/

Couple tips to make your Rust CI pipelines quicker. https://corrode.dev/blog/tips-for-faster-ci-builds/ #rustlang

2025-01-29 03:00:23

Couple tips to make your Rust CI pipelines quicker.

https://corrode.dev/blog/tips-for-faster-ci-builds/

#rustlang

Re @Hubstaff moved from Ruby to Rust for high-performance services. Some takeaways: - Zero production issues - 10x expected load on their Rust service...

2025-01-27 23:43:12

Re @Hubstaff moved from Ruby to Rust for high-performance services.

Some takeaways:
- Zero production issues
- 10x expected load on their Rust service
- Loved by Ruby and C++ devs

Full blog post:
https://corrode.dev/learn/case-studies/hubstaff/

#rustlang #ruby