Popularity
2.4
Declining
Activity
0.0
Stable
1
3
1
Monthly Downloads: 13
Programming language: Haskell
License: MIT License
Tags:
Text
fixedwidth-hs alternatives and similar packages
Based on the "Text" category.
Alternatively, view fixedwidth-hs alternatives based on common mentions on social networks and blogs.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of fixedwidth-hs or a related project?
README
Fixed-width data formats are fairly common in business. The goal of this library is to use Haskell's rapid parsing and (eventually) a DSL to make it quick and easy to handle fixed-width data (which is, of course, simpler to parse in general).