Find a file
2015-07-05 03:29:28 +08:00
scripts Move docs to GitHub pages. 2015-07-05 03:29:28 +08:00
src Remove stability attributes. 2015-04-26 23:47:27 +08:00
.gitignore Initialization 2014-08-19 03:25:40 +08:00
.travis.yml Move docs to GitHub pages. 2015-07-05 03:29:28 +08:00
Cargo.toml Remove stability attributes. 2015-04-26 23:47:27 +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"