This is a typable_map clone for Crystal.
Add it to Projectfile
deps do
github "yono/crystal-typable_map"
end
require "typable_map"
TODO: Write usage here for library
TODO: Write instructions for development
- Fork it ( https://github.com/yono/crystal-typable_map/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
- yono Yusaku ONO - creator, maintainer