stringable alternatives and similar packages
Based on the "ByteString" category.
Alternatively, view stringable alternatives based on common mentions on social networks and blogs.
-
bytestring
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
InfluxDB high-performance time series database

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of stringable or a related project?
README
Data.Stringable
is a set of type classes for interacting with any of the
usual Haskell string-like types: String
, Text
, Text.Lazy
, ByteString
,
ByteString.Lazy
and Filesystem.Path
.
At the moment only conversions are supported, but I intend to support the full set of operations allowed for all these types. This will allow library code that works with string-like types to use a type class, rather than decide on a single type or set of types.