tapeinosyne / hyphenation

Text hyphenation for Rust
Apache License 2.0
53 stars 12 forks source link

Return early in the absence of features #19

Closed baskerville closed 5 years ago

baskerville commented 6 years ago

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?