bytes_reader 0.2.1

Read bytes using a buffer and automatically tracked cursor
Documentation
[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"
rust-version = "1.92.0"
version = "0.2.1"