{"id":21586047,"url":"https://github.com/magiclen/unicode-blocks","last_synced_at":"2025-04-10T20:14:56.109Z","repository":{"id":57671071,"uuid":"287479560","full_name":"magiclen/unicode-blocks","owner":"magiclen","description":"This crate contains a list of all unicode blocks and provides some functions to search across them.","archived":false,"fork":false,"pushed_at":"2024-02-18T12:41:57.000Z","size":81,"stargazers_count":8,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T17:55:17.865Z","etag":null,"topics":["rust","unicode"],"latest_commit_sha":null,"homepage":"","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/magiclen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-14T08:08:55.000Z","updated_at":"2025-01-30T16:36:26.000Z","dependencies_parsed_at":"2024-11-24T15:12:36.195Z","dependency_job_id":null,"html_url":"https://github.com/magiclen/unicode-blocks","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"99196b9de1b040ffb046595565bd88335e3c23f7"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Funicode-blocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Funicode-blocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Funicode-blocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Funicode-blocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiclen","download_url":"https://codeload.github.com/magiclen/unicode-blocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947858,"owners_count":21023066,"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":["rust","unicode"],"created_at":"2024-11-24T15:12:29.923Z","updated_at":"2025-04-10T20:14:56.088Z","avatar_url":"https://github.com/magiclen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Unicode Blocks\n====================\n\n[![CI](https://github.com/magiclen/unicode-blocks/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/unicode-blocks/actions/workflows/ci.yml)\n\nThis crate contains a list of all unicode blocks and provides some functions to search across them.\n\nThe latest version of Unicode: 15.1.0\n\n## Examples\n\n#### Given a character, determine what unicode block contains it.\n\n```rust\nassert_eq!(unicode_blocks::BASIC_LATIN, unicode_blocks::find_unicode_block('A').unwrap());\n```\n\n#### Given a unicode block, determine whether it is used in CJK.\n\n```rust\nassert!(unicode_blocks::is_cjk_block(unicode_blocks::CJK_UNIFIED_IDEOGRAPHS));\n```\n\n#### Given a character, determine whether it is in CJK.\n\n```rust\nassert!(unicode_blocks::is_cjk('。'));\n```\n\n## Crates.io\n\nhttps://crates.io/crates/unicode-blocks\n\n## Documentation\n\nhttps://docs.rs/unicode-blocks\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Funicode-blocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclen%2Funicode-blocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Funicode-blocks/lists"}