{"id":20838744,"url":"https://github.com/royalicing/silverorb","last_synced_at":"2025-05-08T21:29:15.164Z","repository":{"id":188941712,"uuid":"679763311","full_name":"RoyalIcing/SilverOrb","owner":"RoyalIcing","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-02T10:38:44.000Z","size":239,"stargazers_count":9,"open_issues_count":37,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T21:29:11.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/RoyalIcing.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":"2023-08-17T15:02:48.000Z","updated_at":"2025-04-02T10:38:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a35f79a-fe1e-418a-88e9-e18d203bbfea","html_url":"https://github.com/RoyalIcing/SilverOrb","commit_stats":null,"previous_names":["royalicing/silverorb"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FSilverOrb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FSilverOrb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FSilverOrb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FSilverOrb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoyalIcing","download_url":"https://codeload.github.com/RoyalIcing/SilverOrb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253153012,"owners_count":21862292,"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-18T01:11:25.984Z","updated_at":"2025-05-08T21:29:15.159Z","avatar_url":"https://github.com/RoyalIcing.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🕸️🔋 SilverOrb: the standard library for \u003ca href=\"https://github.com/RoyalIcing/Orb\"\u003eOrb\u003c/a\u003e\u003c/h1\u003e\n\n\u003cp dir=\"ltr\" align=\"center\"\u003e\u003ca href=\"https://hexdocs.pm/silver_orb\" rel=\"nofollow\"\u003eDocs\u003c/a\u003e\u003c/p\u003e\n\nWebAssembly is low level — you essentially get to define global variables, an array of memory, and some functions to operate on them. It’s not batteries-included.\n\nSilverOrb provides these batteries so common tasks are easier. They are:\n\n- [`StringBuilder`](https://hexdocs.pm/silver_orb/SilverOrb.StringBuilder.html) for assembling strings from dynamic parts.\n- `IntFormatter` for converting integers to strings.\n- `ISO8601` for parsing dates and times.\n- `Arena` allocator for memory management.\n- `ASCII` (coming soon) for operating on ASCII strings.\n- `UTF8` (coming soon) for operating on UTF-8 strings.\n- `IntParser` (coming soon) for converting strings to integers.\n- `XMLBuilder` (coming soon) for assembling XML from dynamic parts.\n- `FormData` (coming soon) for decoding/encoding `application/x-www-form-urlencoded` strings.\n- `URLSearchParams` (coming soon) for decoding/encoding URL query strings.\n- `URL` (coming soon) for decoding/encoding URLs.\n- `Request` (later) for encoding HTTP/1 requests.\n- `Response` (later) for encoding HTTP/1 responses.\n- `Iterator` (coming soon) for creating a custom sequence type that can be iterated through.\n\n## Installation\n\nThe package can be installed by adding `silver_orb` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:silver_orb, \"~\u003e 0.0.10\"}\n  ]\nend\n```\n\n## Inspiration\n\n- https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyalicing%2Fsilverorb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froyalicing%2Fsilverorb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyalicing%2Fsilverorb/lists"}