Sha256: f3fae09536b5b3d0a20d9b324b572c692ed32e977e02967488fa92e51ddd48aa
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 KB
Contents
# RDF/Borsh for Ruby [![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org) [![Compatibility](https://img.shields.io/badge/ruby-3.0%2B-blue)](https://rubygems.org/gems/rdf-borsh) [![Package](https://img.shields.io/gem/v/rdf-borsh)](https://rubygems.org/gems/rdf-borsh) A Ruby library for encoding and decoding RDF data using the [Borsh] binary serialization format. [Borsh]: https://borsh.io ## 🛠️ Prerequisites - [Ruby](https://ruby-lang.org) 3.0+ ## ⬇️ Installation ### Installation via RubyGems ```bash gem install rdf-borsh ``` ## 👉 Examples ### Importing the library ```ruby require 'rdf/borsh' ``` ## 👨💻 Development ```bash git clone https://github.com/ruby-rdf/rdf-borsh.git ``` - - - [![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/ruby-rdf/rdf-borsh&text=RDF%2FBorsh+for+Ruby) [![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/ruby-rdf/rdf-borsh&title=RDF%2FBorsh+for+Ruby) [![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/ruby-rdf/rdf-borsh&t=RDF%2FBorsh+for+Ruby) [![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/ruby-rdf/rdf-borsh)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-borsh-1.0.0 | README.md |