Find a file
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
src Rustup. 2014-09-28 00:59:20 +08:00
.gitignore Initialization 2014-08-19 03:25:40 +08:00
.travis.yml Travis CI support. 2014-08-19 05:10:50 +08:00
Cargo.toml Initialization 2014-08-19 03:25:40 +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"