kennytm
18f9499918
rustup.
2015-01-25 17:51:54 +08:00
kennytm
ed2e38031c
rustup for 1.0.
...
* uint -> usize
* range(a, b) -> (a .. b)
* #[deriving] -> #[derive]
* [T, ..10] -> [T; 10]
* Iterator<X> -> Iterator<Item=X>
2015-01-10 21:53:34 +08:00
kennytm
62b8efd11d
Push documentation to rust-ci.
2015-01-01 20:33:11 +08:00
kennytm
d983500a58
rustup
2014-12-26 05:28:30 +08:00
kennytm
ac5f0abaa2
Legal boilerplates.
2014-11-29 05:57:11 +08:00
kennytm
a4ae80b1b7
rustup. Quantify all enums, and renamed (shortened) a few types.
2014-11-29 05:29:01 +08:00
kennytm
bca618fe12
Rustup.
...
* Use ... instead of .. when matching a range, in preparation for
rust-lang/rust#17584 (may not be complete).
* Use the new slicing syntax (a[], a[x..y]) if possible. (Currently
String::as_slice() is blocked by rust-lang/rust#17502.)
* Change deprecated String::push_char() to String::push().
2014-09-28 00:59:20 +08:00
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
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
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