Expand description
§Fixed
- Changelog of v0.11.0-rc.1
§Added
file::File::copy_all_to
to copy until EOF. This function is extracted from the oldcopy_to
function.file::TokioCompatFile::capacity
file::TokioCompatFile::reserve
file::TokioCompatFile::shrink_to
§Changed
file::File::copy_to
now takesstd::num::NonZeroU64
instead ofu64
.file::TokioCompatFile::with_capacity
does not takemax_buffer_len
anymore.
§Removed
file::DEFAULT_MAX_BUFLEN