https://github.com/uetchy/typedstream
Pure Ruby typedstream parser
https://github.com/uetchy/typedstream
Last synced: 11 months ago
JSON representation
Pure Ruby typedstream parser
- Host: GitHub
- URL: https://github.com/uetchy/typedstream
- Owner: uetchy
- License: mit
- Created: 2015-01-14T12:35:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T11:49:02.000Z (over 11 years ago)
- Last Synced: 2025-02-21T19:27:50.029Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typedstream
Parse Apple's typedstream data serialisation format in Ruby.
__ This is under developing project! __
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'typedstream'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install typedstream
## Usage
```ruby
obj = Typedstream::Parser.parse(blob)
```
## Contributing
1. Fork it ( https://github.com/uetchy/typedstream/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request