Closed vi closed 3 years ago
it's going to become way simpler than that actually: https://github.com/matklad/countme/blob/dm/src/dm.rs
#[cfg(not(feature = "no-op"))]
Looks like a negative Cargo feature - an anti-pattern.
Maybe better to use positive non-defaulted feature, suggesting users to add it in README.
it's going to become way simpler than that actually: https://github.com/matklad/countme/blob/dm/src/dm.rs