punycode-rs 0.1.0

A Rust implementation of Punycode (RFC 3492), the ASCII encoding behind internationalized domain names.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "punycode-rs"
version = "0.1.0"
edition = "2024"
description = "A Rust implementation of Punycode (RFC 3492), the ASCII encoding behind internationalized domain names."
license = "MIT"
repository = "https://github.com/VoiceLessQ/punycode-rs"
readme = "README.md"
keywords = ["punycode", "idna", "unicode", "rfc3492", "encoding"]
categories = ["encoding", "internationalization"]

[dependencies]