Hacker News new | ask | show | jobs
by simonask 402 days ago
Yes, when done properly. Rust has "feature flags" that can selectively enable dependencies, and effectively act as `#ifdef` guards in the code.