Popularity
6.1
Stable
Activity
4.0
Stable
7
4
6

Monthly Downloads: 133
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text    
Latest version: v0.3.1

readable alternatives and similar packages

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

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

Add another 'Text' Package

README

Readable

The Read type class is very useful for building data types from String representations. But String has high overhead, so sometimes it isn't suitable for applications where space usage and performance are important. This library provides a simpler version of Read's functionality for Text and UTF8 encoded ByteStrings.