Commit Graph

149 Commits (master)

Author SHA1 Message Date
kennytm dbb21c767e
Update version and dependencies 2018-10-14 02:37:49 +08:00
kennytm 4a9b498f31
Merge pull request #21 from ethanpailes/master
make QrError std::error::Error
2018-10-14 01:32:34 +08:00
Ethan Pailes f2c33507df make QrError std::error::Error 2018-10-13 14:49:11 -04:00
kennytm d10dad2628
Update README as well. 2018-07-30 18:23:08 +08:00
kennytm d54e019634
Test with 1.26.2 instead of 1.26.0, and latest stable instead of 1.27. 2018-07-30 17:37:16 +08:00
kennytm a5154325a0
Fix clippy warnings. 2018-07-30 17:31:40 +08:00
kennytm 6da64e0836
rustfmt. 2018-07-30 16:59:49 +08:00
kennytm 7e3a9afa64
Merge pull request #20 from aignas/inclusive-range
Use ..= in canvas.rs
2018-07-30 16:12:30 +08:00
Ignas Anikevicius d326f97be3 Bump the crate version as min Rust version now is 1.26.0 2018-07-29 19:21:24 +03:00
Ignas Anikevicius 2492d064af Use ..= in canvas.rs 2018-07-29 19:14:58 +03:00
Ignas Anikevicius 4f91d29fc4 Update Travis to rust matrix to include versions that have ..= 2018-07-29 19:14:39 +03:00
kennytm fe9b212d40
Upgrade minimum Rust dependency to 1.23.0 (needed by image 0.19.0) 2018-05-05 22:58:19 +08:00
kennytm aa43339fee
Make sure README.md is tested.
Fixes #18.
2018-05-05 22:50:01 +08:00
kennytm f1560725ca
Update dependencies. 2018-05-05 22:49:35 +08:00
kennytm f86afd8846
Cargo update. 2018-03-26 19:44:45 +08:00
kennytm 37b90a8105
>:-( 2018-03-26 19:43:42 +08:00
kennytm 9d4b8d9762
Rustfmt and clippy. 2017-11-07 22:12:18 +08:00
kennytm 656bb09d28
Update dependencies. 2017-11-03 06:15:01 +08:00
kennytm ba77f8bc2d Merge pull request #15 from ivanceras/master
Use unicode block for rendering of QR string
2017-07-18 16:23:25 +08:00
Jovansonlee Cesar 1699fa1f81 Fix render to string test case 2017-07-18 16:04:36 +08:00
Jovansonlee Cesar 0eceb9164f Use unicode block for rendering of string qr 2017-07-18 15:21:58 +08:00
kennytm 4ddcf15e81 Merge pull request #14 from kennytm/040
Version 0.4.0
2017-05-23 07:13:17 +08:00
kennytm 7cd0aca7ed
Update README and examples. 2017-05-23 06:56:22 +08:00
kennytm c74bfa0dce
Support SVG rendering.
Fixes #8.
2017-05-23 06:56:22 +08:00
kennytm 58ca63c6ec
Refactor Renderer to support rendering to String.
Closes #12.
2017-05-23 06:56:22 +08:00
kennytm d4b7aa832c
Remove num-traits dependency. 2017-05-23 06:56:22 +08:00
kennytm 552f214b3a
Change all bool type to explicit Color type. 2017-05-23 06:56:22 +08:00
kennytm 5aa873b662
Improve Travis. 2017-05-23 06:56:22 +08:00
kennytm 66e30219ba
Fix doctest when feature can be changed. 2017-05-18 22:21:31 +08:00
kennytm 904e16e814
Update dependencies. 2017-05-18 21:40:15 +08:00
kennytm efc390f685
Exclude test-data/ for now... 2017-01-27 01:03:48 +08:00
kennytm 71d9903a97
Incorporate README example directly into doc test. 2017-01-27 01:02:34 +08:00
kennytm 3ba911b82c
Some dependencies needed the `?` operator -.-.
Removed documentation, rely on docs.rs instead.
2017-01-13 11:27:57 +08:00
kennytm deff639eee
Just update dependencies. 2017-01-13 02:43:46 +08:00
kennytm 38e822d0e5
Minor changes. 2016-06-08 01:05:06 +08:00
kennytm 3db4311335
Merge branch 'version020'
Version 0.2.0.
2016-06-08 00:46:18 +08:00
kennytm 37e5ca1dfd
Make nightly-i686 failable due to travis env problem. 2016-06-08 00:45:54 +08:00
kennytm 0d2c56db62
Support image generation. 2016-06-08 00:31:11 +08:00
kennytm a1786e0449
Relicense as Apache-2 + MIT.
Remove license footer (useless and awkward for dual licensing).
2016-06-08 00:30:47 +08:00
kennytm ba50fb3673
Version -> 0.2.0. Change full `num` dependency to the lighter `num_traits`. 2016-06-05 01:28:15 +08:00
kennytm 2164967197
Switch to cargo-kcov. 2016-06-05 01:00:02 +08:00
kennytm 82b2dc60eb
Expose the maximum length for a EC-level via Bits::max_len. Fixes #3. 2016-06-05 01:00:02 +08:00
kennytm fee9deda25
Fix wrong EC constant of Version-27-Q. Fix issue #7. 2016-06-05 01:00:02 +08:00
kennytm 98c18ca215 Merge pull request #4 from Stebalien/generic
Accept generic AsRef<[u8]> as input
2016-05-16 22:25:01 +08:00
kennytm fbc568d5c2 Merge pull request #5 from Stebalien/no-clone
Don't unecessarily clone vec
2016-05-16 22:18:13 +08:00
Steven Allen 5777666159 Don't unecessarily clone vec 2016-05-16 10:03:03 -04:00
Steven Allen 7d4299cb8d Accept generic AsRef<[u8]> as input 2016-05-16 09:42:05 -04:00
kennytm d91b5f2d18
Enable coveralls. 2016-05-14 23:43:38 +08:00
kennytm 5e3a7ecc74 Remove star requirement. 2016-03-05 17:46:19 +08:00
kennytm a295116ae9 Don't include the scripts and dot-file in the crate package. 2015-07-05 03:54:00 +08:00