utf8-io 0.14.0

Traits and types for UTF-8 I/O
Documentation
[package]
name = "utf8-io"
version = "0.14.0"
description = "Traits and types for UTF-8 I/O"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
keywords = ["stream", "text"]
categories = ["os", "text-processing"]
repository = "https://github.com/sunfishcode/utf8-io"
edition = "2018"
exclude = ["/.github"]

[dependencies]
duplex = "0.14.0"
layered-io = { version = "0.17.0", optional = true }
terminal-io = { version = "0.15.0", optional = true }
io-extras = "0.16.0"
io-lifetimes = { version = "1.0.0", default-features = false }

[dev-dependencies]
anyhow = "1.0.37"
layered-io = "0.17.0"