base64-bytestring alternatives and similar packages
Based on the "data" category.
Alternatively, view base64-bytestring alternatives based on common mentions on social networks and blogs.
-
interpolatedstring-perl6
QuasiQuoter for Perl6-style multi-line interpolated strings with q, qq and qc support. -
language-hcl
language-hcl contains HCL (Hashicorp Configuration Language) parsers and pretty-printers for the Haskell programming language -
data-structure-inferrer
A program that analyzes source code with a data-structure wildcard and suggests the right one.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of base64-bytestring or a related project?
README
Fast base64 support

This package provides a Haskell library for working with base64-encoded
data quickly and efficiently, using the ByteString
type.
Performance
This library is written in pure Haskell, and it's fast:
250 MB/sec encoding
200 MB/sec strict decoding (per RFC 4648)
100 MB/sec lenient decoding
Get involved!
Please report bugs via the GitHub issue tracker.
Master Git repository:
git clone git://github.com/haskell/base64-bytestring.git
Authors
This library is written by Bryan O'Sullivan. It is maintained by Herbert Valerio Riedel and Mikhail Glushenkov.