Login
From:
ntietz.com blog - technically a blog
(Uncensored)
subscribe
TIL: enabling features on transitive dependencies (Rust)
https://ntietz.com/blog/til-enabling-features-on-transitive-dependencies-rust/?utm_source=atom&utm_medium=feed
links
backlinks
Roast topics
Find topics
Find it!
While pairing on a small Rust program with a friend, I ran into a problem: to compile to WASM, one of my dependencies needed one of its dependencies to turn on a feature.