os_str_bytes 4.1.1

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

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "os_str_bytes_docs_rs"]
rustdoc-args = ["--cfg", "os_str_bytes_docs_rs"]

[dependencies]
print_bytes = { version = "0.4", optional = true }
uniquote = { version = "2.0", optional = true }

[dev-dependencies]
getrandom = { version = "0.2", features = ["js"] }

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