{"id":16848377,"url":"https://github.com/seanmonstar/unicase","last_synced_at":"2025-05-15T03:06:46.650Z","repository":{"id":21136155,"uuid":"24437373","full_name":"seanmonstar/unicase","owner":"seanmonstar","description":"Unicode Case-folding for Rust","archived":false,"fork":false,"pushed_at":"2025-01-09T19:11:03.000Z","size":95,"stargazers_count":80,"open_issues_count":14,"forks_count":51,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-03T01:12:04.494Z","etag":null,"topics":["rust"],"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/seanmonstar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-25T00:20:27.000Z","updated_at":"2025-04-03T15:29:13.000Z","dependencies_parsed_at":"2023-01-13T21:19:03.223Z","dependency_job_id":"51bb2cec-f690-4dcb-a26a-6a3dd8a6423f","html_url":"https://github.com/seanmonstar/unicase","commit_stats":{"total_commits":97,"total_committers":15,"mean_commits":6.466666666666667,"dds":0.2680412371134021,"last_synced_commit":"1827c19e2d42905b76986e8b81f57b3a8028a1fd"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmonstar%2Funicase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmonstar%2Funicase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmonstar%2Funicase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmonstar%2Funicase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanmonstar","download_url":"https://codeload.github.com/seanmonstar/unicase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254042014,"owners_count":22004826,"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"],"created_at":"2024-10-13T13:11:03.608Z","updated_at":"2025-05-15T03:06:41.637Z","avatar_url":"https://github.com/seanmonstar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unicase\n\n[![crates.io](https://img.shields.io/crates/v/unicase.svg)](https://crates.io/crates/unicase)\n[![Released API docs](https://docs.rs/unicase/badge.svg)](https://docs.rs/unicase)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n[![CI](https://github.com/seanmonstar/unicase/workflows/CI/badge.svg)](https://github.com/seanmonstar/unicase/actions?query=workflow%3ACI)\n\nCompare strings when case is not important (using Unicode Case-folding).\n\n```rust\n// ignore ASCII case\nlet a = UniCase::new(\"foobar\");\nlet b = UniCase::new(\"FOOBAR\");\n\nassert_eq!(a, b);\n\n// using unicode case-folding\nlet c = UniCase::new(\"Maße\")\nlet d = UniCase::new(\"MASSE\");\nassert_eq!(c, d);\n```\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanmonstar%2Funicase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanmonstar%2Funicase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanmonstar%2Funicase/lists"}