read_range 0.1.2

A portable and efficient crate for reading a specific range of bytes from a file. Provides both sync/async APIs and uses concurrent-safe positional I/O.
Documentation
[dependencies]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "macros", "fs", "io-util"]
version = "1"

[lib]
name = "read_range"
path = "src/lib.rs"

[package]
authors = ["Cody Wyatt Neiman (xangelix) <neiman@cody.to>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "asynchronous", "concurrency", "os::unix-apis", "os::windows-apis"]
description = "A portable and efficient crate for reading a specific range of bytes from a file. Provides both sync/async APIs and uses concurrent-safe positional I/O."
documentation = "https://docs.rs/read_range"
edition = "2024"
keywords = ["file", "io", "read", "range", "async"]
license = "MIT"
name = "read_range"
readme = "README.md"
repository = "https://github.com/xangelix/read_range"
version = "0.1.2"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
default-features = false
features = ["rt"]
version = "1"