console-rs / console

A rust console and terminal abstraction
MIT License
932 stars 111 forks source link

Switch from lazy_static to once_cell #218

Open alex opened 2 months ago

alex commented 2 months ago

This will ultimately facilitate migrating to the std solution, once the MSRV is high enough.

tamird commented 1 month ago

FWIW this was previously reverted in https://github.com/console-rs/console/pull/137 over MSRV and https://github.com/console-rs/console/issues/134 contains discussion.