charwise 1.0.1

This lightweight, dependency-free rust library provides a convenient way to read characters from different resources.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "charwise"
version = "1.0.1"
authors = ["Alexander Mayorov <zerobone21@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "This lightweight, dependency-free rust library provides a convenient way to read characters from different resources."
homepage = "https://github.com/ZeroBone/charwise"
repository = "https://github.com/ZeroBone/charwise"
readme = "README.md"
keywords = ["stream", "character", "lexer", "buffering", "peek"]

[dependencies]

[dev-dependencies]
tempfile = "3.2.0"