systemd / zram-generator

Systemd unit generator for zram devices
MIT License
585 stars 50 forks source link

Use liboverdrop 0.1.0 #175

Closed nabijaczleweli closed 1 year ago

nabijaczleweli commented 1 year ago

edition=2021 required for [].into_iter() actually moving

This reduces needless allocations greatly :)

keszybz commented 1 year ago

Looks reasonable. I don't think we need to care about compat with such old rust, so let's just do this.