bytestring-builder-varword: Variable-length integer encoding

[ data, lgpl, library ] [ Propose Tags ]

A collection of functions for producing Data.ByteString.Builder.Builders that encode integer types into compact, variable-length representations.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), bytestring (>=0.9 && <0.11) [details]
License LGPL-3.0-only
Copyright 2018 Concert Audio Technologies Ltd
Author Paul Weaver
Maintainer paul@concertdaw.co.uk
Category Data
Home page https://github.com/concert/hs-varword#readme
Bug tracker https://github.com/concert/hs-varword/issues
Source repo head: git clone https://github.com/githubuser/attoparsec-varword
Uploaded by ch3pjw at 2018-05-03T10:38:06Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 787 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-03 [all 1 reports]

Readme for bytestring-builder-varword-0.1.0.0

[back to package description]

Variable-length integer encoding

This package provides a collection of functions to encode integers in several variable-length formats via ByteString Builders.