os_str_bytes 4.1.1

Utilities for converting between byte sequences and platform-native strings
Documentation
[dependencies.print_bytes]
optional = true
version = "0.4"

[dependencies.uniquote]
optional = true
version = "2.0"
[dev-dependencies.getrandom]
features = ["js"]
version = "0.2"

[features]
default = ["raw_os_str"]
raw_os_str = []

[package]
authors = ["dylni"]
categories = ["command-line-interface", "development-tools::ffi", "encoding", "os", "rust-patterns"]
description = "Utilities for converting between byte sequences and platform-native strings\n"
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
keywords = ["bytes", "osstr", "osstring", "path", "windows"]
license = "MIT OR Apache-2.0"
name = "os_str_bytes"
readme = "README.md"
repository = "https://github.com/dylni/os_str_bytes"
version = "4.1.1"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "os_str_bytes_docs_rs"]
rustdoc-args = ["--cfg", "os_str_bytes_docs_rs"]