sleep_parser

Version, currently main branch1 version
  • main branchlatestMay 29, 2021

github.com/caspiano/sleep_parser

Parser for SLEEP protocol headers

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  sleep_parser:
    github: caspiano/sleep_parser
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.0.0
License
MIT
Author
Caspian Baska

Dependencies

This version declares no dependencies.

README

SLEEP Parser

Read and write SLEEP protocol headers in crystal lang.

Inspiration taken from datrs' SLEEP parser

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  sleep_parser:
    github: caspiano/sleep_parser
  1. Run shards install

Usage

require "sleep_parser"

header = SleepParser::Header.from_io(some_io)

Contributors