Commit graph

146 commits

Author SHA1 Message Date
kennytm 14e81b3502 Update README as well. 2018-07-30 18:23:08 +08:00
kennytm a4597dd62b 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 049ebbefdb Fix clippy warnings. 2018-07-30 17:31:40 +08:00
kennytm 51dd9c4fa1 rustfmt. 2018-07-30 16:59:49 +08:00
kennytm 01f209d0a5 Merge pull request #20 from aignas/inclusive-range
Use ..= in canvas.rs
2018-07-30 16:12:30 +08:00
Ignas Anikevicius 5329a7ec18 Bump the crate version as min Rust version now is 1.26.0 2018-07-29 19:21:24 +03:00
Ignas Anikevicius e9a7756693 Use ..= in canvas.rs 2018-07-29 19:14:58 +03:00
Ignas Anikevicius cd713761ab Update Travis to rust matrix to include versions that have ..= 2018-07-29 19:14:39 +03:00
kennytm a659c651f6 Upgrade minimum Rust dependency to 1.23.0 (needed by image 0.19.0) 2018-05-05 22:58:19 +08:00
kennytm 702e18b2a8 Make sure README.md is tested.
Fixes #18.
2018-05-05 22:50:01 +08:00
kennytm a93111d930 Update dependencies. 2018-05-05 22:49:35 +08:00
kennytm c19ace9100 Cargo update. 2018-03-26 19:44:45 +08:00
kennytm 6667e3da08 >:-( 2018-03-26 19:43:42 +08:00
kennytm 21efb6205e Rustfmt and clippy. 2017-11-07 22:12:18 +08:00
kennytm 8be25fa56a Update dependencies. 2017-11-03 06:15:01 +08:00
kennytm 000e218b62 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 fc2d2a1f6b Fix render to string test case 2017-07-18 16:04:36 +08:00
Jovansonlee Cesar 1904e57746 Use unicode block for rendering of string qr 2017-07-18 15:21:58 +08:00
kennytm 6cbc50bb38 Merge pull request #14 from kennytm/040
Version 0.4.0
2017-05-23 07:13:17 +08:00
kennytm a32ac8bd32 Update README and examples. 2017-05-23 06:56:22 +08:00
kennytm cd5223640c Support SVG rendering.
Fixes #8.
2017-05-23 06:56:22 +08:00
kennytm 0b3b8f2637 Refactor Renderer to support rendering to String.
Closes #12.
2017-05-23 06:56:22 +08:00
kennytm 3da78c8871 Remove num-traits dependency. 2017-05-23 06:56:22 +08:00
kennytm 21114481f4 Change all bool type to explicit Color type. 2017-05-23 06:56:22 +08:00
kennytm fab0705ef8 Improve Travis. 2017-05-23 06:56:22 +08:00
kennytm 0e1c1fe1f6 Fix doctest when feature can be changed. 2017-05-18 22:21:31 +08:00
kennytm 200ebf40d6 Update dependencies. 2017-05-18 21:40:15 +08:00
kennytm 596c67cae9 Exclude test-data/ for now... 2017-01-27 01:03:48 +08:00
kennytm c960c09662 Incorporate README example directly into doc test. 2017-01-27 01:02:34 +08:00
kennytm 1d5d6f2883 Some dependencies needed the ? operator -.-.
Removed documentation, rely on docs.rs instead.
2017-01-13 11:27:57 +08:00
kennytm 01e3af105e Just update dependencies. 2017-01-13 02:43:46 +08:00
kennytm c7e6a7a22a Minor changes. 2016-06-08 01:05:06 +08:00
kennytm e3c947dc99 Merge branch 'version020'
Version 0.2.0.
2016-06-08 00:46:18 +08:00
kennytm d7577f3220 Make nightly-i686 failable due to travis env problem. 2016-06-08 00:45:54 +08:00
kennytm ebb6c57cb7 Support image generation. 2016-06-08 00:31:11 +08:00
kennytm 0e1f5bd29a Relicense as Apache-2 + MIT.
Remove license footer (useless and awkward for dual licensing).
2016-06-08 00:30:47 +08:00
kennytm a119c17336 Version -> 0.2.0. Change full num dependency to the lighter num_traits. 2016-06-05 01:28:15 +08:00
kennytm d2804e5b53 Switch to cargo-kcov. 2016-06-05 01:00:02 +08:00
kennytm 5a7a1c65f0 Expose the maximum length for a EC-level via Bits::max_len. Fixes #3. 2016-06-05 01:00:02 +08:00
kennytm 673ee09ef9 Fix wrong EC constant of Version-27-Q. Fix issue #7. 2016-06-05 01:00:02 +08:00
kennytm d5d0c0c7a0 Merge pull request #4 from Stebalien/generic
Accept generic AsRef<[u8]> as input
2016-05-16 22:25:01 +08:00
kennytm 3963fa916d Merge pull request #5 from Stebalien/no-clone
Don't unecessarily clone vec
2016-05-16 22:18:13 +08:00
Steven Allen 5cd10d5f87 Don't unecessarily clone vec 2016-05-16 10:03:03 -04:00
Steven Allen a3bdddef70 Accept generic AsRef<[u8]> as input 2016-05-16 09:42:05 -04:00
kennytm 0435a75244 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
kennytm 66564f3aea Update documentation link. 2015-07-05 03:49:30 +08:00
kennytm 19f89f7281 Merge branch 'stable'
Fixes #2.
2015-07-05 03:45:17 +08:00
kennytm 38cfbc386f Enable benchmarking only with a feature. >:-( 2015-07-05 03:40:04 +08:00