I might be missing something here: I'm only loading dictionaries at runtime and yet, the building of hyphenation still takes about half a second when running cargo check in a crate that depends on it.
Shouldn't build.rs just return immediately when no features are specified?
I might be missing something here: I'm only loading dictionaries at runtime and yet, the building of
hyphenation
still takes about half a second when runningcargo check
in a crate that depends on it.Shouldn't
build.rs
just return immediately when no features are specified?