Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ekmett/bits
- Owner: ekmett
- License: other
- Created: 2013-03-28T04:06:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T00:29:56.000Z (over 2 years ago)
- Last Synced: 2024-05-08T20:16:02.547Z (6 months ago)
- Language: Haskell
- Homepage: http://rebase.org/bits
- Size: 147 KB
- Stars: 15
- Watchers: 14
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
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