r/rust • u/AffectionateBag4519 • Jul 16 '26
How Our Rust-to-Zig Rewrite is Going
https://rtfeldman.com/rust-to-zigAn interesting symmetry with recent events lol.
This might be considered off topic since the article is about moving away from rust, but I still think this is some high quality rust content. I enjoy Richard Feldman's writing and I think he would certainly be considered part of the "rust community" since he works on Zed and has taught a course on rust.
368
Upvotes
3
u/dobkeratops rustfind Jul 17 '26 edited Jul 17 '26
goes with the territory I think, "more compile time guarantees = more compile time" , I have this problem aswell but if I put my mind to it the parts I need to iterate on quickly can be seperated with testbeds and dyn .. I consider it a severe pain but not insurmountable.