[package]
edition = "2024"
name = "stable-osstring-encoding"
version = "1.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A stable way to convert OsString and OsStr to and from raw data."
readme = "readme.md"
keywords = [
"ffi",
"extern",
"osstring",
"abi",
"stable",
]
categories = [
"encoding",
"data-structures",
]
license = "CC0-1.0"
repository = "https://github.com/What42Pizza/rust-stable-osstring-encoding"
[lib]
name = "stable_osstring_encoding"
path = "src/lib.rs"