os_str_bytes 1.0.0

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

[badges]
maintenance = { status = "passively-maintained" }

[dev-dependencies]
getrandom = "0.1"