iced/examples/websocket/src
Ian Douglas Scott be9cd3a09f Use once_cell instead of lazy_static
This seems to be generally considered the preferred, idiomatic solution
now. This is in the standard library behind a feature flag (apparently
now called `std::sync::LazyLock`).
2022-10-28 15:58:21 -07:00
..
echo Fix clippy lints for all crates and features 2022-07-09 18:43:05 +02:00
echo.rs Use ToString for Text::new instead of Into<String> 2022-07-27 06:56:09 +02:00
main.rs Use once_cell instead of lazy_static 2022-10-28 15:58:21 -07:00