Go to file
kennytm acddb36406 rustup.
* Vec::reserve_additional -> Vec::reserve
* x[] -> &*x (as the former syntax is going away)
* XDeref -> Deref (as &T:Deref<T> is implemented)
* CloneableVector is gone? Move trait methods back into impl for now.
2014-11-11 08:36:43 +08:00
src rustup. 2014-11-11 08:36:43 +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"