Skip to main content

Crate ltk_io_ext

Crate ltk_io_ext 

Source

Re-exports§

pub use reader::*;
pub use writer::*;

Modules§

reader
writer

Functions§

measure
Measures the differnece in cursor position of an io::Seek, before and after calling inner NOTE: this function assumes the cursor position after calling inner() will always be >= the cursor after calling inner(). Negative position differences will clamp to 0.
window
Temporarily seeks an io::Seek to the current position, for the duration of the inner call. Returns back to the seek position afterwards.
window_at
Temporarily seeks an io::Seek to SeekFrom::Start(at), for the duration of the inner call. Returns back to the seek position afterwards.