About

Metadata

  • Last updated , by 0y2k
  • License Apache-2.0
  • Categories Text Processing
  • Maintained by: 0y2k <0x0y2k@gmail.com>

  • Lottery factor: 1

Links

Installation

Readme

qq-bytes

qq-bytes offers QuasiQuoter for byte sequence and FromBytes typeclass.

usage

>>> import Data.Bytes.QuasiQuoter
>>> [bin|00100000|]
" "
>>> [hex|48 65 6c 6c 6f|]
"Hello"

These values are typed as FromBytes a => a.