scanner-rust 2.0.15

Simple text scanners which can parse primitive types and strings using UTF-8 or ASCII.
Documentation
[dependencies.educe]
default-features = false
features = ["Debug"]
version = ">=0.4"

[dependencies.generic-array]
version = "0.14"

[dependencies.utf8-width]
version = "0.1"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["parser-implementations"]
description = "Simple text scanners which can parse primitive types and strings using UTF-8 or ASCII."
edition = "2018"
homepage = "https://magiclen.org/scanner-rust"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["scanner", "java", "read", "stdin", "stream"]
license = "MIT"
name = "scanner-rust"
readme = "README.md"
repository = "https://github.com/magiclen/scanner-rust"
version = "2.0.15"