nickspring / charset-normalizer-rs

Truly universal encoding detector in pure Rust - port of Python version
https://crates.io/crates/charset-normalizer-rs
MIT License
33 stars 3 forks source link

fixes #28

Closed chris-ha458 closed 1 year ago

chris-ha458 commented 1 year ago

most of these are minor but

the Cargo.toml changes are siginificant. lto="fat" (default is "thin") increases the compile time quite a bit (but still under 1 minute in my system)