Module olio::fs::rc [] [src]

Shared, reference counted File extensions and utilities.

Structs

ReadPos

Re-implements Read and Seek over a shared File reference using only positioned reads, and by maintaining an instance independent position.

ReadSlice

Re-implements Read and Seek over a shared File reference using only positioned reads, and by maintaining instance independent start, end, and position.