{"id":14971426,"url":"https://github.com/stephanerob/borsh_ex","last_synced_at":"2026-01-30T17:31:26.786Z","repository":{"id":57480432,"uuid":"445912669","full_name":"StephaneRob/borsh_ex","owner":"StephaneRob","description":"Elixir implementation of Binary Object Representation Serializer for Hashing (borsh)","archived":false,"fork":false,"pushed_at":"2022-02-06T09:03:50.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-04T20:44:27.835Z","etag":null,"topics":["blockchain","elixir-lang","metadata","solana"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StephaneRob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-08T19:42:39.000Z","updated_at":"2024-08-05T08:32:57.000Z","dependencies_parsed_at":"2022-09-26T17:41:37.677Z","dependency_job_id":null,"html_url":"https://github.com/StephaneRob/borsh_ex","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/StephaneRob%2Fborsh_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephaneRob%2Fborsh_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephaneRob%2Fborsh_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephaneRob%2Fborsh_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephaneRob","download_url":"https://codeload.github.com/StephaneRob/borsh_ex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298402,"owners_count":19779280,"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":["blockchain","elixir-lang","metadata","solana"],"created_at":"2024-09-24T13:45:11.194Z","updated_at":"2026-01-30T17:31:26.730Z","avatar_url":"https://github.com/StephaneRob.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BorshEx\n\n:warning: Work in progress\n\nElixir implementation of Binary Object Representation Serializer for Hashing ([borsh](https://borsh.io))\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `borsh_ex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:borsh_ex, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/borsh_ex](https://hexdocs.pm/borsh_ex).\n\n## Usage\n\n```elixir\ndefmodule BorshEx.FakeData do\n  use BorshEx.Schema\n\n  defstruct a: nil, b: nil, c: nil\n\n  borsh_schema do\n    field :a, \"u8\"\n    field :b, \"u64\"\n    field :c, \"string\"\n  end\nend\n```\n\n## Copyright and License\n\nCopyright (c) 2022, Stéphane Robino\nThis library is licensed under the BSD-2-Clause.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanerob%2Fborsh_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanerob%2Fborsh_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanerob%2Fborsh_ex/lists"}