Skip to content

An experiment in creating a Ruby wrapper over simd-json library in Rust

Notifications You must be signed in to change notification settings

drogus/simd-json-ruby

Repository files navigation

Simd::Json

This is an experiment in writing a Ruby wrapper over a simd-json Rust library. It's not intended for production use.

Installation

Add this line to your application's Gemfile:

gem 'simd-json'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install simd-json

Usage

json = '{ "a": 1, "b": { "c": 2 } }'
Simd::Json.parse(json)

About

An experiment in creating a Ruby wrapper over simd-json library in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published