Popularity
3.9
Growing
Activity
0.0
Stable
2
3
2
Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.0
bit-vector alternatives and similar packages
Based on the "bit" category.
Alternatively, view bit-vector alternatives based on common mentions on social networks and blogs.
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
Promo
sevalla.com

Do you think we are missing an alternative of bit-vector or a related project?
README
bit-vector
This is a dead-simple bit vector package for Haskell. It represents
bit vectors as Data.Vector.Unboxed
vectors of Bool
s, and provides
Num
and Bits
instances that interpret the vectors as unsigned
integers.