readable

Provides a Readable type class for reading data types from ByteString and Text. Also includes efficient implementations for common data types.


Keywords
library, text, Propose Tags, Skip to Readme, , Index, Data.Readable, readable-0.3.1.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, DougBeardsley, edit package information
License
BSD-3-Clause
Install
cabal install readable-0.3.1

Documentation

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.