Sha256: 32959d27f961911e1b51e6bf510b19ee42783d37dfaf4ff0b88c802915ddaae6

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

# Restruct

[![Gem Version](https://badge.fury.io/rb/restruct.png)](https://rubygems.org/gems/restruct)
[![Build Status](https://travis-ci.org/gabynaiman/restruct.png?branch=master)](https://travis-ci.org/gabynaiman/restruct)
[![Coverage Status](https://coveralls.io/repos/gabynaiman/restruct/badge.png?branch=master)](https://coveralls.io/r/gabynaiman/restruct?branch=master)
[![Code Climate](https://codeclimate.com/github/gabynaiman/restruct.png)](https://codeclimate.com/github/gabynaiman/restruct)
[![Dependency Status](https://gemnasium.com/gabynaiman/restruct.png)](https://gemnasium.com/gabynaiman/restruct)

Redis structures

- Array
- Set
- Hash
- NestedHash

## Installation

Add this line to your application's Gemfile:

    gem 'restruct'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install restruct

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/gabynaiman/restruct/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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
restruct-0.1.0 README.md
restruct-0.0.3 README.md
restruct-0.0.2 README.md
restruct-0.0.1 README.md