| ▲ | xvedejas 3 hours ago | |
Does this take into account feature flags when summing LOC? It's common practice in Rust to really only use a subset of a dependency, controlled by compile-time flags. | ||
| ▲ | gsnedders 2 hours ago | parent [-] | |
Also just unit tests in the source files, which again aren’t included in the binary via compile-time flags! | ||