[badges.travis-ci]
branch = "master"
repository = "magiclen/scanner-rust"
[dependencies.educe]
default-features = false
features = ["Debug"]
version = ">=0.4"
[features]
nightly = []
[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"
keywords = ["scanner", "java", "read", "stdin", "stream"]
license = "MIT"
name = "scanner-rust"
readme = "README.md"
repository = "https://github.com/magiclen/scanner-rust"
version = "2.0.1"