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
[dependencies]

[dev-dependencies.tempfile]
version = "3.2.0"

[package]
authors = ["Alexander Mayorov <zerobone21@gmail.com>"]
description = "This lightweight, dependency-free rust library provides a convenient way to read characters from different resources."
edition = "2018"
homepage = "https://github.com/ZeroBone/charwise"
keywords = ["stream", "character", "lexer", "buffering", "peek"]
license-file = "LICENSE"
name = "charwise"
readme = "README.md"
repository = "https://github.com/ZeroBone/charwise"
version = "1.0.1"