Description
Generic types and functions for columnar encoding and decoding.
Description
The colonnade
package provides a way to talk about columnar encodings and decodings of data. This package provides very general types and does not provide a way for the end-user to actually apply the columnar encodings they build to data. Most users will also want to one a companion packages that provides (1) a content type and (2) functions for feeding data into a columnar encoding:
lucid-colonnade for
lucid
html tablesblaze-colonnade for
blaze
html tablesreflex-dom-colonnade for reactive `reflex-dom` tables
yesod-colonnade for
yesod
widgetssiphon for encoding and decoding CSVs