Popularity
4.6
Declining
Activity
0.0
Stable
6
4
1

Monthly Downloads: 21
Programming language: Haskell
License: MIT License
Tags: Data     Text     ByteString    

stringable alternatives and similar packages

Based on the "ByteString" category.
Alternatively, view stringable alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of stringable or a related project?

Add another 'ByteString' Package

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.