positioned-io icon indicating copy to clipboard operation
positioned-io copied to clipboard

read_exact_at and write_all_at methods

Open nazar-pc opened this issue 1 year ago • 0 comments

Would be nice to introduce such convenience methods so users don't have to deal with partial reads and writes.

There are methods for this in standard library on unix-like platforms: https://doc.rust-lang.org/std/os/unix/fs/trait.FileExt.html#method.read_exact_at

nazar-pc avatar Oct 05 '23 07:10 nazar-pc