subio 0.2.0

Read, write, and seek within a portion of a file as if it were itself a standalone file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "subio"
version = "0.2.0"
edition = "2024"
authors = ["Chris Barnes <chrislloydbarnes@gmail.com>"]
description = "Read, write, and seek within a portion of a file as if it were itself a standalone file."
license = "MIT"
keywords = ["io", "read", "write", "seek", "subfile"]
categories = ["filesystem", "data-structures"]
repository = "https://github.com/clbarnes/subio"
rust-version = "1.85"