bytestring-builder-varword: Variable-length integer encoding

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0
Change log None available
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-02T14:55:41Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.