{"id":20253958,"url":"https://github.com/frectonz/ethiopic-numerals","last_synced_at":"2025-10-13T01:03:17.760Z","repository":{"id":57246971,"uuid":"526983222","full_name":"frectonz/ethiopic-numerals","owner":"frectonz","description":"Convert to Ethiopic Numerals","archived":false,"fork":false,"pushed_at":"2022-08-28T08:16:15.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T23:43:40.806Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frectonz.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":"2022-08-20T16:40:39.000Z","updated_at":"2023-09-20T17:14:12.000Z","dependencies_parsed_at":"2022-08-24T16:50:25.635Z","dependency_job_id":null,"html_url":"https://github.com/frectonz/ethiopic-numerals","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/frectonz%2Fethiopic-numerals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frectonz%2Fethiopic-numerals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frectonz%2Fethiopic-numerals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frectonz%2Fethiopic-numerals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frectonz","download_url":"https://codeload.github.com/frectonz/ethiopic-numerals/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317726,"owners_count":21083527,"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-11-14T10:28:56.718Z","updated_at":"2025-10-13T01:03:12.722Z","avatar_url":"https://github.com/frectonz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ethiopic-numerals\n\nAn algorithm that converts numbers to ethiopic numerals.\nThis is an implementation of [Ethiopic Numeral Algorithm](https://www.geez.org/Numerals/) from [geez.org](http://www.geez.org/).\nThe test cases are taken from [here](https://www.geez.org/Numerals/NumberSamples.html).\n\n## Install\n\nadd the following to your `Cargo.toml`\n\n```\nethiopic-numerals = \"0.1.0\"\n```\n\n## Examples\n\n```\n0 =\u003e \"\"\n1 =\u003e \"፩\"\n2 =\u003e \"፪\"\n3 =\u003e \"፫\"\n4 =\u003e \"፬\"\n5 =\u003e \"፭\"\n6 =\u003e \"፮\"\n7 =\u003e \"፯\"\n8 =\u003e \"፰\"\n9 =\u003e \"፱\"\n10 =\u003e \"፲\"\n20 =\u003e \"፳\"\n30 =\u003e \"፴\"\n40 =\u003e \"፵\"\n50 =\u003e \"፶\"\n60 =\u003e \"፷\"\n70 =\u003e \"፸\"\n80 =\u003e \"፹\"\n90 =\u003e \"፺\"\n100 =\u003e \"፻\"\n500 =\u003e \"፭፻\"\n10_000 =\u003e \"፼\"\n42 =\u003e \"፵፪\"\n78 =\u003e \"፸፰\"\n18 =\u003e \"፲፰\"\n1000 =\u003e \"፲፻\"\n100_000 =\u003e \"፲፼\"\n111 =\u003e \"፻፲፩\"\n666 =\u003e \"፮፻፷፮\"\n1_000_000 =\u003e \"፻፼\"\n10_000_000 =\u003e \"፲፻፼\"\n123 =\u003e \"፻፳፫\"\n1111 =\u003e \"፲፩፻፲፩\"\n1234 =\u003e \"፲፪፻፴፬\"\n6666 =\u003e \"፷፮፻፷፮\"\n1001 =\u003e \"፲፻፩\"\n11111 =\u003e \"፼፲፩፻፲፩\"\n111111 =\u003e \"፲፩፼፲፩፻፲፩\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrectonz%2Fethiopic-numerals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrectonz%2Fethiopic-numerals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrectonz%2Fethiopic-numerals/lists"}