Parse Apple's typedstream data serialisation format in Ruby.
__ This is under developing project! __
Add this line to your application's Gemfile:
gem 'typedstream'
And then execute:
$ bundle
Or install it yourself as:
$ gem install typedstream
obj = Typedstream::Parser.parse(blob)
- Fork it ( https://github.com/uetchy/typedstream/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request