Go to file
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
src rustup for 1.0. 2015-01-10 21:53:34 +08:00
.gitignore Initialization 2014-08-19 03:25:40 +08:00
.travis.yml Retry doc upload; Kill some deprecated functions. 2015-01-01 22:08:33 +08:00
Cargo.toml Bump version to update metadata. 2015-01-01 22:56:05 +08:00
LICENSE Legal boilerplates. 2014-11-29 05:57:11 +08:00
README.md Add basic info to README. 2014-08-19 05:27:17 +08:00

qrcode-rust

Build status

QR code and Micro QR code encoder in Rust.

# Cargo.toml
[dependencies.qrcode]
git = "https://github.com/kennytm/qrcode-rust"