print_bytes 0.1.0

Print bytes as losslessly as possible
Documentation
[dependencies.os_str_bytes]
optional = true
version = "1.0"

[features]
const_generics = []
default = ["os_str"]
os_str = ["os_str_bytes"]
specialization = []

[package]
authors = ["dylni"]
categories = ["command-line-interface", "encoding", "os", "rust-patterns"]
description = "Print bytes as losslessly as possible\n"
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/src/bin", "/tests"]
keywords = ["print", "bytes", "osstr", "path", "stdout"]
license = "MIT OR Apache-2.0"
name = "print_bytes"
readme = "README.md"
repository = "https://github.com/dylni/print_bytes"
version = "0.1.0"
[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi"]
version = "0.3"