textstream 0.1.0

Text reader for non-UTF8 encoded text.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "textstream"
description = "Text reader for non-UTF8 encoded text."
documentation = "https://gyu-don.github.io/rust-textstream/textstream/"
homepage = "https://github.com/gyu-don/rust-textstream"
repository = "https://github.com/gyu-don/rust-textstream"
version = "0.1.0"
authors = ["gyu-don <takumi.kt+git@gmail.com>"]
license = "MIT"
include = [
    "Cargo.toml",
    "**/*.rs",
]

[dependencies]
encoding = "0.2.33"
memchr = "1.0.1"