📚 Node [[20210708154354-why_you_shouldn_t_obsess_about_rust_features]] ⟶ subnode @ryan/20210708154354 why_you_shouldn_t_obsess_about_rust_features
Nodes contain individual contributions whose filenames match your search. x

Loading pushes...

đź““ literature/20210708154354-why_you_shouldn_t_obsess_about_rust_features.md by @ryan

Why you shouldn’t obsess about Rust "features"

source : Why you shouldn’t obsess about Rust “features” | NullDeref

Notes

[[Rust]] features allow for conditional compilation.

The author managed to not need features, and instead was able to write a Config struct.

Features are a big deal and you should avoid using them unless you absolutely need conditional compilation.

Rendering context...