summaryrefslogtreecommitdiff
path: root/README.md
blob: 6b7514a7afd8bb15d4a766cb9f04b60944168873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[![Build Status](https://travis-ci.org/lamont-granquist/ffi-yajl.png)](https://travis-ci.org/lamont-granquist/ffi-yajl)  [![Code Climate](https://codeclimate.com/github/lamont-granquist/ffi-yajl.png)](https://codeclimate.com/github/lamont-granquist/ffi-yajl)

## TODO


## BUILD NOTES


## KNOWN BUGS


## Thanks

This was initially going to be a clean rewrite of an ffi ruby wrapper, but as it progressed more code was pulled in from brianmario's existing
yajl-ruby gem, particularly all the c extension code, lots of specs and the benchmarks.