{"id":16065479,"url":"https://github.com/razrfalcon/unicode-ccc","last_synced_at":"2025-03-16T08:32:13.344Z","repository":{"id":49971949,"uuid":"238045835","full_name":"RazrFalcon/unicode-ccc","owner":"RazrFalcon","description":"Unicode Canonical Combining Class detection","archived":false,"fork":false,"pushed_at":"2024-09-26T05:38:07.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T05:51:28.187Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RazrFalcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-03T19:37:54.000Z","updated_at":"2024-09-26T05:38:08.000Z","dependencies_parsed_at":"2022-09-26T20:41:17.867Z","dependency_job_id":null,"html_url":"https://github.com/RazrFalcon/unicode-ccc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazrFalcon%2Funicode-ccc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazrFalcon%2Funicode-ccc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazrFalcon%2Funicode-ccc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazrFalcon%2Funicode-ccc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RazrFalcon","download_url":"https://codeload.github.com/RazrFalcon/unicode-ccc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806070,"owners_count":20350775,"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-09T05:12:57.821Z","updated_at":"2025-03-16T08:32:13.081Z","avatar_url":"https://github.com/RazrFalcon.png","language":"Rust","readme":"## unicode-ccc\n[![Crates.io](https://img.shields.io/crates/v/unicode-ccc.svg)](https://crates.io/crates/unicode-ccc)\n[![Documentation](https://docs.rs/unicode-ccc/badge.svg)](https://docs.rs/unicode-ccc)\n\nThis library implements\n[Unicode Canonical Combining Class](https://unicode.org/reports/tr44/#Canonical_Combining_Class_Values) detection.\n\n```rust\nuse unicode_ccc::*;\n\nassert_eq!(get_canonical_combining_class('A'), CanonicalCombiningClass::NotReordered);\nassert_eq!(get_canonical_combining_class('\\u{0A3C}'), CanonicalCombiningClass::Nukta);\nassert_eq!(get_canonical_combining_class('\\u{18A9}'), CanonicalCombiningClass::AboveLeft);\n```\n\n### License\n\nLicensed under either of\n\n- Apache License, Version 2.0\n  ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license\n  ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazrfalcon%2Funicode-ccc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazrfalcon%2Funicode-ccc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazrfalcon%2Funicode-ccc/lists"}