Go to file
kennytm a1786e0449
Relicense as Apache-2 + MIT.
Remove license footer (useless and awkward for dual licensing).
2016-06-08 00:30:47 +08:00
src Relicense as Apache-2 + MIT. 2016-06-08 00:30:47 +08:00
.gitignore Enable coveralls. 2016-05-14 23:43:38 +08:00
.travis.yml Switch to cargo-kcov. 2016-06-05 01:00:02 +08:00
Cargo.toml Relicense as Apache-2 + MIT. 2016-06-08 00:30:47 +08:00
LICENSE-APACHE.txt Relicense as Apache-2 + MIT. 2016-06-08 00:30:47 +08:00
LICENSE-MIT.txt Relicense as Apache-2 + MIT. 2016-06-08 00:30:47 +08:00
README.md Relicense as Apache-2 + MIT. 2016-06-08 00:30:47 +08:00

README.md

qrcode-rust

Build status Coverage Status crates.io MIT / Apache 2.0

QR code and Micro QR code encoder in Rust.

# Cargo.toml
[dependencies]
qrcode = "0.1.7"