DICT protocol
Crystal implementation of the DICT protocol (RFC 2229).
Installation
- Add the dependency to your
shard.yml
:
dependencies:
dict-protocol:
github: singond/dict-protocol
- Run
shards install
Usage
require "dict-protocol"
Contributing
- Fork it (https://github.com/singond/dict-protocol/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
Running tests
The tests use the Log
class to log messages.
To see the messages, set the LOG_LEVEL
environment variable:
LOG_LEVEL=info crystal spec
Contributors
- Jan Singon Slany - creator and maintainer