{"id":32481078,"url":"https://github.com/lynzrand/aestus","last_synced_at":"2026-02-21T22:31:28.748Z","repository":{"id":248238143,"uuid":"828079992","full_name":"lynzrand/aestus","owner":"lynzrand","description":"🚧[Under Construction]🚧 An experimental encoding-agnostic string library for MoonBit","archived":false,"fork":false,"pushed_at":"2024-07-30T03:25:39.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T02:34:30.861Z","etag":null,"topics":["moonbit","string"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lynzrand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-13T04:25:32.000Z","updated_at":"2024-07-31T07:01:41.000Z","dependencies_parsed_at":"2024-07-13T10:47:16.534Z","dependency_job_id":"3dd5e736-c0ce-4025-ba6a-de97f2a92def","html_url":"https://github.com/lynzrand/aestus","commit_stats":null,"previous_names":["lynzrand/aestus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lynzrand/aestus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynzrand%2Faestus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynzrand%2Faestus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynzrand%2Faestus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynzrand%2Faestus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lynzrand","download_url":"https://codeload.github.com/lynzrand/aestus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynzrand%2Faestus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29695781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["moonbit","string"],"created_at":"2025-10-27T02:25:05.314Z","updated_at":"2026-02-21T22:31:28.743Z","avatar_url":"https://github.com/lynzrand.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aestus\n\nAn experimental encoding-agnostic string library for MoonBit. **Under heavy construction, not yet usable.**\n\n## Rationale\n\nUTF-16 isn't really a good choice for strings. You lose compatibility with ASCII like UTF-8, and you lose direct codepoint indexing like UTF-32. It's in the middleground for compatibility with legacy systems nobody love, so we might as well just don't use UTF-16, or at least, enclose it into something that we can easily swap away.\n\n## Design\n\nDesign reference: https://swiftdoc.org/v5.1/type/string/\n\nFor Aestus, a string is a list of Unicode code points (`Char`s). The user should make no assumptions about the underlying encoding.\n\nYou can view the string as:\n- A collection of Unicode scalars (default)\n- A collection of UTF-16 code points\n- A collection of UTF-8 code points\n\nA string is _not_ indexable, unless you get the index from one of the three views, which are only iterable.\n\n## License\n\nCopyright (c) 2024 Rynco Maekawa under MIT.\n\n---\n\nAestus is named after [Sinus Aestuum](https://en.m.wikipedia.org/wiki/Sinus_Aestuum).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynzrand%2Faestus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flynzrand%2Faestus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynzrand%2Faestus/lists"}