[dependencies.anyhow]
version = "1.0.100"
[lib]
name = "bytes_reader"
path = "src/lib.rs"
[package]
authors = ["Emad Ali"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Read bytes using a buffer and automatically tracked cursor
"""
edition = "2024"
homepage = "https://github.com/Mclilzee/bytes_reader"
keywords = ["bytes", "buffer", "cursor", "reader"]
license = "MIT OR Apache-2.0"
name = "bytes_reader"
readme = "README.md"
repository = "https://github.com/Mclilzee/bytes_reader"
version = "0.1.0"