{"id":17079077,"url":"https://github.com/curlpipe/uniaxe","last_synced_at":"2025-04-12T20:34:40.247Z","repository":{"id":57671068,"uuid":"320899488","full_name":"curlpipe/uniaxe","owner":"curlpipe","description":"A Rust crate for the translation of Unicode letters into Ascii letters.","archived":false,"fork":false,"pushed_at":"2024-12-05T00:07:49.000Z","size":78,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T14:51:04.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curlpipe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-12T18:40:28.000Z","updated_at":"2024-12-30T22:25:39.000Z","dependencies_parsed_at":"2022-09-10T14:21:38.313Z","dependency_job_id":null,"html_url":"https://github.com/curlpipe/uniaxe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curlpipe%2Funiaxe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curlpipe%2Funiaxe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curlpipe%2Funiaxe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curlpipe%2Funiaxe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curlpipe","download_url":"https://codeload.github.com/curlpipe/uniaxe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631110,"owners_count":21136547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T12:24:32.926Z","updated_at":"2025-04-12T20:34:40.223Z","avatar_url":"https://github.com/curlpipe.png","language":"Rust","readme":"# Uniaxe\n\nA small crate to efficiently transform unicode characters into ascii characters, e.g. `\nℍ𝕒𝕙𝕒𝕙 𝕌𝕟𝕚𝕔𝕠𝕕𝕖 𝕝𝕞𝕒𝕠 𝕩𝕕 𝕣𝕠𝕗𝕝` becomes `Hahah Unicode lmao xd rofl`.\n\n## Purpose\n\nHere are some possible uses of this crate:\n\n- Destruction of annoying unicode characters in people's names / messages.\n- Destruction of unicode characters in environments where unicode is not allowed.\n- Creating a filter for a messaging application (would allow you to stop stupid things like those devious users spamming `🅈🄾🅄 🅂🄼🄴🄻🄻` and thinking they're the bees knees)\n\nI created this crate for the purpose of my mail spam filter experiment, I wanted to be able to prevent junk mail with unicode characters in them from slipping through and I couldn't find an existing crate or library in any other language.\n\nYou may find that this crate can't handle some unicode characters, in that case, you can always submit a pull request or create an issue to allow uniaxe to become more successful at destroying unicode characters.\n\n## Installation\nYou can install the uniaxe library with ease.\n\nYou can add it to your Cargo.toml like so:\n\n```toml\nuniaxe = \"0\"\n```\n\nYou can also use cargo-edit to add uniaxe to your crate:\n\n```\ncargo add uniaxe\n```\n\n## Examples\nI aim to keep the uniaxe api simple, as it should be.\n\n```rust\nuse uniaxe::lookup::generate_table;\nuse uniaxe::uniaxe;\n\nfn main() {\n    let table = generate_table();\n    let text = uniaxe(\"𝙡𝙤𝙤𝙠 𝙖𝙩 𝙢𝙚 𝙞'𝙢 𝙨𝙤 𝙦𝙪𝙞𝙧𝙠𝙮\", \u0026table);\n    println!(\"{}\", text); // This will display \"look at me i'm so quirky\"\n}\n```\n\n## Testing\nUniaxe is tested thoroughly to ensure that it will not panic. It also forbids all unsafe code to ensure that software that depends on it is safe.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurlpipe%2Funiaxe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurlpipe%2Funiaxe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurlpipe%2Funiaxe/lists"}