{"id":15010436,"url":"https://github.com/nuid/bytes","last_synced_at":"2026-02-11T03:32:12.263Z","repository":{"id":49142439,"uuid":"179889996","full_name":"NuID/bytes","owner":"NuID","description":"Cross-platform byte (de)serialization and conversion","archived":false,"fork":false,"pushed_at":"2023-10-27T13:32:21.000Z","size":104,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T09:44:41.092Z","etag":null,"topics":["bytes","clj","cljc","cljs","clojure","clojurescript"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/NuID.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE.md","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":"2019-04-06T21:45:09.000Z","updated_at":"2022-04-09T00:37:56.000Z","dependencies_parsed_at":"2024-11-19T22:37:27.632Z","dependency_job_id":null,"html_url":"https://github.com/NuID/bytes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NuID/bytes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Fbytes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Fbytes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Fbytes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Fbytes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NuID","download_url":"https://codeload.github.com/NuID/bytes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Fbytes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878226,"owners_count":25008342,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bytes","clj","cljc","cljs","clojure","clojurescript"],"created_at":"2024-09-24T19:34:13.992Z","updated_at":"2026-02-11T03:32:12.234Z","avatar_url":"https://github.com/NuID.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"right\"\u003e\u003ca href=\"https://nuid.io\"\u003e\u003cimg src=\"https://nuid.io/svg/logo.svg\" width=\"20%\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# nuid.bytes\n\nCross-platform byte (de)serialization and conversion.\n\n## Requirements\n\n[`jvm`](https://www.java.com/en/download/), [`node + npm`](https://nodejs.org/en/download/), [`clj`](https://clojure.org/guides/getting_started), [`shadow-cljs`](https://shadow-cljs.github.io/docs/UsersGuide.html#_installation)\n\n## Clojure and ClojureScript\n\n### tools.deps:\n\n`{nuid/bytes {:git/url \"https://github.com/nuid/bytes\" :sha \"...\"}}`\n\n### usage:\n\n```\n$ clj # or shadow-cljs node-repl\n=\u003e (require '[nuid.bytes :as bytes])\n=\u003e (def b (bytes/from \"🐴\"))                   ;; defaults to utf8\n=\u003e (bytes/str b)                               ;; =\u003e \"🐴\"\n=\u003e (bytes/str b :charset/utf16le)              ;; =\u003e \"鿰뒐\"\n=\u003e (def b2 (bytes/from \"🐴\" :charset/utf16le))\n=\u003e (bytes/str b2 :charset/utf16le)             ;; =\u003e \"🐴\"\n```\n\n## Licensing\n\nApache v2.0 or MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuid%2Fbytes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuid%2Fbytes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuid%2Fbytes/lists"}