You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be pretty awesome if the slice types had functions to modify attributes, and these wrote-through to the underlying slice.
Another optimization that could be made here is that, since we know what's changing, you can perform an optimized checksum recalculation (see https://tools.ietf.org/html/rfc1631 section 3.3).
The text was updated successfully, but these errors were encountered:
First of all, thanks for writing this crate!
It would be pretty awesome if the slice types had functions to modify attributes, and these wrote-through to the underlying slice.
Another optimization that could be made here is that, since we know what's changing, you can perform an optimized checksum recalculation (see https://tools.ietf.org/html/rfc1631 section 3.3).
The text was updated successfully, but these errors were encountered: