@hackage readable0.3.0.1
Reading from Text and ByteString
Categories
License
BSD-3-Clause
Maintainer
mightybyte@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4 && <5
- bytestring >=0.9 && <0.11
- text >=0.11 && <1.3 Show all…
Dependents (13)
@hackage/sv, @hackage/Frames-streamly, @hackage/sv-core, @hackage/snaplet-persistent, @hackage/snap-core, @hackage/acme-everything, Show all…
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.