qq-bytes: QuasiQuoter for byte sequence

[ apache, library, text ] [ Propose Tags ]

QuasiQuoter for byte sequence and FromBytes typeclass.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0
Change log CHANGELOG.md
Dependencies base (>=4.16 && <4.21), bytestring (>=0.11 && <0.13), template-haskell (>=2.18 && <2.23) [details]
License Apache-2.0
Author 0y2k <0x0y2k@gmail.com>
Maintainer 0y2k <0x0y2k@gmail.com>
Category Text
Home page https://github.com/0y2k/qq-bytes
Bug tracker https://github.com/0y2k/qq-bytes/issues
Source repo head: git clone https://github.com/0y2k/qq-bytes
Uploaded by 0y2k at 2024-09-26T12:59:23Z
Distributions
Downloads 7 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-09-26 [all 1 reports]

Readme for qq-bytes-1.0.0.0

[back to package description]

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.