scanner-rust 1.0.3

A simple text scanner which can parse primitive types and strings using UTF-8.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "scanner-rust"
version = "1.0.3"
authors = ["Magic Len <len@magiclen.org>"]
description = "A simple text scanner which can parse primitive types and strings using UTF-8."
homepage = "https://magiclen.org/scanner-rust"
readme = "README.md"
keywords = ["scanner", "java", "read", "stdin", "stream"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/magiclen/scanner-rust"

[dependencies]

[features]
nightly = []
[badges.appveyor]
branch = "master"
repository = "magiclen/scanner-rust"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/scanner-rust"