Use {u64,usize}::div_ceil
Previously we had to avoid div_ceil
, but now that our MSRV is above 1.73
we can use it with abandon.
@wesleyac please let me know if this is going to cause a conflict with your circmgr work? I can defer this if so.
Previously we had to avoid div_ceil
, but now that our MSRV is above 1.73
we can use it with abandon.
@wesleyac please let me know if this is going to cause a conflict with your circmgr work? I can defer this if so.