/crystal-typable_map

typable_map clone for Crystal

Primary LanguageCrystalMIT LicenseMIT

typable_map

This is a typable_map clone for Crystal.

Installation

Add it to Projectfile

deps do
  github "yono/crystal-typable_map"
end

Usage

require "typable_map"

TODO: Write usage here for library

Development

TODO: Write instructions for development

Contributing

  1. Fork it ( https://github.com/yono/crystal-typable_map/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

Contributors

  • yono Yusaku ONO - creator, maintainer