Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekmett/bits

Bit twiddling and bitwise serialization primitives
https://github.com/ekmett/bits

Last synced: 21 days ago
JSON representation

Bit twiddling and bitwise serialization primitives

Awesome Lists containing this project

README

        

bits
=====

[![Hackage](https://img.shields.io/hackage/v/bits.svg)](https://hackage.haskell.org/package/bits) [![Build Status](https://github.com/ekmett/bits/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/bits/actions?query=workflow%3AHaskell-CI)

This package provides a number of tools that are useful for dealing with files or data on a bitwise basis.

Contact Information
-------------------

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett