A CSV parsing and encoding library optimized for ease of use and high performance
BSD 3-Clause "New" or "Revised" License
223
stars
107
forks
source link
Implement bytestring escaping using `primMapByteStringBounded` #9
Open
meiersi opened 12 years ago
This amounts to simply adapting the HTML escaping from the documentation of http://hackage.haskell.org/packages/archive/bytestring/0.10.2.0/doc/html/Data-ByteString-Builder-Prim.html.