alphabetic 0.2.0

Simple crate featuring a struct that represents a letter in Latin-script alphabet.
Documentation
[dependencies.thiserror]
version = "2.0.18"

[lib]
name = "alphabetic"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding", "parsing"]
description = "Simple crate featuring a struct that represents a letter in Latin-script alphabet."
edition = "2024"
keywords = ["parsing", "utility", "text", "character", "ascii"]
license = "GPL-3.0-or-later"
name = "alphabetic"
readme = "README.md"
repository = "https://github.com/gogo1704/alphabetic"
version = "0.2.0"