Make chrono optional #438
Labels
A-API
Area: Changes to the consumer facing API
A-Performance
Area: Speed and resource footprint of reedline to guarantee a pleasant smooth experience
enhancement
New feature or request
Chrono is a relatively big dependency, at least making it optional would allow user to choose to remove it
cargo bloat: chrono alone is adding 1.1% to text section
here is an example implementation https://github.com/nushell/reedline/compare/main...sigmaSd:opt_chrono?expand=1
comparison with this pr
The text was updated successfully, but these errors were encountered: