Global feature gates in Cargo
No, though you don't add feature gates to every source file; they are crate attributes. That is, you set them on the crate, not on every module.
No, though you don't add feature gates to every source file; they are crate attributes. That is, you set them on the crate, not on every module.