6 ms·
The rules are open source. We did run into some road bumps in Rules Rust, that required patches or clever work arounds. But I believe the community has made gre
by ali_piccioni 2y ago
The rules are open source. We did run into some road bumps in Rules Rust, that required patches or clever work arounds. But I believe the community has made great strides to improve Bazel’s Rust support in the last five years.
To be frank, I would avoid introduction of Bazel unless you are experiencing major pains with your current system and have at least a small centralized team willing to build expertise and provide support.
- patmorgan23 2y agoBazel is definitely like kubernetes where you don't need it, until you need it. If you got a big polyglot application its perfect for you. If your app is largely all in one language then you don't need that complexity in you life.