| Portability | Portable |
|---|---|
| Stability | Experimental |
| Maintainer | chris@kizzx2.com |
| Safe Haskell | None |
Codec.Binary.QRCode
Contents
Description
An evolving QR Code encoder (and future decoder) in pure Haskell.
Currently supports encoding Numeric and Alphanumeric data.
Example
encode (fromJust $ version 1) M Alphanumeric "hello world"
Operations
Data Constructors
Data Types
The smallest unit in a QR Code symbol (i.e. one square).
Constructors
| Numeric | 0123456789 |
| Alphanumeric | 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-.:. Input alphabets are automatically converted to upper case. |