stdimp

Standard Library Improvements

This library is designed to provide a number of quality-of-life improvements to the Crystal Standard Library. Generally, you won't want to import the entirety of stdimp, but only a subset of its features that you find helpful.

Contributing

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