[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.crossbeam-utils]
version = "0.8"
[lib]
name = "smartbuf"
path = "src/lib.rs"
[package]
authors = ["Patrick Hayes"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A high-performance buffered reader with background thread pre-fetching and full seek support."
edition = "2024"
homepage = "https://github.com/phayes/smartbuf"
keywords = ["buffer", "prefetch", "seek", "io", "performance"]
license = "MIT"
name = "smartbuf"
readme = "README.md"
repository = "https://github.com/phayes/smartbuf"
version = "0.1.1"