Commit graph

9 commits

Author SHA1 Message Date
kennytm b7214af165 Rename the enum type Version to QrVersion.
Recent changes made enum names live in the type namespace as well. So we
need to rename to avoid name conflict.
2014-09-22 18:45:44 +08:00
kennytm 191796f759 Some standard rust functions are renamed. 2014-09-20 17:19:48 +08:00
kennytm eacaaab721 Change some long method signatures to use where. Adapt lifetime elision.
And removed a huge unused code segment.
2014-09-12 17:18:04 +08:00
kennytm 84f1fed203 Add basic info to README. 2014-08-19 05:27:17 +08:00
kennytm a3bc3ff1c6 Try trigger Travis build 2014-08-19 05:17:22 +08:00
kennytm 5198056f86 Travis CI support. 2014-08-19 05:10:50 +08:00
kennytm 6b4d8aa366 Update doc. Refactor bits API. De-experimentalize everything. 2014-08-19 04:33:29 +08:00
kennytm 072cadec95 The 0.0.1 version which supports encoded to QR code and Micro QR code. 2014-08-19 03:26:49 +08:00
kennytm d4f4624bf5 Initialization 2014-08-19 03:25:40 +08:00