bytes_reader 0.2.1

Read bytes using a buffer and automatically tracked cursor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bytes_reader"
version = "0.2.1"
edition = "2024"
authors = ["Emad Ali"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Mclilzee/bytes_reader"
homepage = "https://github.com/Mclilzee/bytes_reader"
keywords = ["bytes", "buffer", "cursor", "reader"]
description = """
Read bytes using a buffer and automatically tracked cursor
"""
rust-version = "1.92.0"

[dependencies]
anyhow = "1.0.100"