(no title)
poincaredisk | 9 months ago
This is an extreme example, but the same thing happens very often at a smaller scale. Optional functionality can't always be removed statically.
poincaredisk | 9 months ago
This is an extreme example, but the same thing happens very often at a smaller scale. Optional functionality can't always be removed statically.
vvanders|9 months ago
rafram|9 months ago
nicoburns|9 months ago
Rust does have a feature flagging system for this kind of optional functionality though. It's not perfect, but it would work very well for something like curl protocol backends though.
api|9 months ago