libcosmic/cosmic-config/src
Cheong Lau bd438a8581 perf: reduce memory allocations
This also changes `widget::column::with_children` and
`widget::row::with_children` to take an `impl IntoIterator` instead
of a `Vec`, like the `iced` variants of these functions do.

This shouldn't be a breaking change since passing in a `Vec` will still
compile and function exactly as before.

(Using `iced::widget::Column::from_vec` or
`iced::widget::Row::from_vec` isn't possible, since the elements of the
`Vec` aren't checked, so the size of the resulting `Column` or `Row`
won't adapt to the size of its children. Perhaps a new function could
be added to mirror `iced`'s?)
2025-10-22 04:30:57 +02:00
..
calloop.rs config: Add calloop feature to provide a calloop source (#102) 2023-05-09 08:45:21 -07:00
dbus.rs chore: use std::syncLazyLock 2025-09-03 21:54:46 +02:00
lib.rs perf: reduce memory allocations 2025-10-22 04:30:57 +02:00
settings_daemon.rs chore: update to 0.12 2023-12-04 17:53:24 -05:00
subscription.rs chore: apply clippy suggestions 2025-10-05 04:40:51 +02:00