markable_reader 2.1.1

Provides a reader which can be marked in a position to be returned to after subsequent reads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "markable_reader"
version = "2.1.1"
edition = "2021"
authors = ["Nine Hill Technologies"]
description = "Provides a reader which can be marked in a position to be returned to after subsequent reads"
readme = "README.md"
repository = "https://github.com/ninehill/markable_reader"
license = "MIT"
keywords = ["reader", "buffered", "markable"]
categories = ["memory-management"]

[dependencies]