os_str_bytes 7.0.0

Lossless functionality for platform-native strings
Documentation
[dependencies.memchr]
optional = true
version = "2.3.5"
[dev-dependencies.fastrand]
version = "2.0"

[dev-dependencies.lazy_static]
version = "1.0.3"

[dev-dependencies.tempfile]
version = "3.8"

[features]
checked_conversions = ["conversions"]
conversions = []
default = ["memchr", "raw_os_str"]
raw_os_str = []

[package]
authors = ["dylni"]
categories = ["command-line-interface", "development-tools::ffi", "encoding", "os", "rust-patterns"]
description = "Lossless functionality for platform-native strings\n"
edition = "2021"
exclude = [".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/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"
rust-version = "1.74.0"
version = "7.0.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "os_str_bytes_docs_rs"]
rustdoc-args = ["--cfg", "os_str_bytes_docs_rs"]