Read and write SLEEP protocol headers in crystal lang.
Inspiration taken from datrs' SLEEP parser
- Add the dependency to your
shard.yml:
dependencies:
sleep_parser:
github: caspiano/sleep_parser- Run
shards install
require "sleep_parser"
header = SleepParser::Header.from_io(some_io)- Caspian Baska - creator and maintainer