leaf.cr

Version, currently master branch1 version
  • master branchlatestDec 29, 2019

gitlab.com/turtle-box-games/leaf.cr

Crystal implementation of Leaf serialization library

0 stars
0 dependents
License: Apache-2.0

Installation

# Add this to your shard.yml
dependencies:
  leaf.cr:
    gitlab: turtle-box-games/leaf.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.29.0
License
Apache-2.0
Author
Michael Miller

Dependencies

Development Dependencies

README

leaf.cr

Serialization library

Installation

Add this to your application's shard.yml:

dependencies:
  leaf:
    gitlab: turtle-box-games/leaf.cr

Usage

require "leaf"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://gitlab.com/turtle-box-games/leaf.cr/fork/new)
  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 Merge Request

Contributors