Go to file
kennytm 4d2032e595 rustup.
Restructure Canvas::draw_data(), since change in rust-lang/rust#17403 no
longer allows returning a mutable ref directly.
2014-10-24 01:01:34 +08:00
src rustup. 2014-10-24 01:01:34 +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"