{"id":15771545,"url":"https://github.com/nwtgck/anyident-rust","last_synced_at":"2025-10-10T05:33:35.069Z","repository":{"id":87735626,"uuid":"293779256","full_name":"nwtgck/anyident-rust","owner":"nwtgck","description":"Any identifier for Rust","archived":false,"fork":false,"pushed_at":"2020-09-08T10:47:20.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-10-11T15:08:06.619Z","etag":null,"topics":["any","identifier","rust"],"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/nwtgck.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-09-08T10:39:38.000Z","updated_at":"2020-09-08T10:47:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"174d76b0-67e7-4e3b-bc62-022c3901050a","html_url":"https://github.com/nwtgck/anyident-rust","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/nwtgck%2Fanyident-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fanyident-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fanyident-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fanyident-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwtgck","download_url":"https://codeload.github.com/nwtgck/anyident-rust/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465228,"owners_count":20781919,"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":["any","identifier","rust"],"created_at":"2024-10-04T15:03:07.483Z","updated_at":"2025-10-10T05:33:30.025Z","avatar_url":"https://github.com/nwtgck.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# anyident\nAny identifier for Rust\n\n## Install\n\n```toml\n# Cargo.toml\n\n[dependencies]\nanyident = { git = \"https://github.com/nwtgck/anyident-rust.git\" }\n```\n\n## Usage\n\n```rust\nuse anyident::i;\n\nlet i!(this is an identifier) = \"hello, world\";\nassert_eq!(i!(this is an identifier), \"hello, world\");\n\n// Japanese characters\nlet i!(こんにちは) = \"hello!\";\nassert_eq!(i!(こんにちは).len(), 6);\n```\n\n## Current encoding in internal implementation\n\nCurrently, encoding is hex format. I have a plan to use more human readable one. `i!(こんにちは)` is encoded into `hex_e38193e38293e381abe381a1e381af`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Fanyident-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwtgck%2Fanyident-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Fanyident-rust/lists"}