posix_string 0.1.0

Intelligent conversion from Unicode to POSIX portable strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "posix_string"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Intelligent conversion from Unicode to POSIX portable strings"
keywords = ["portability", "utility"]
repository = "https://github.com/user-simon/posix_string"
categories = ["encoding"]

[dependencies]
deunicode = "1.6.2"