Go to file
kennytm 2164967197
Switch to cargo-kcov.
2016-06-05 01:00:02 +08:00
src Expose the maximum length for a EC-level via Bits::max_len. Fixes #3. 2016-06-05 01:00:02 +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 Switch to cargo-kcov. 2016-06-05 01:00:02 +08:00
LICENSE Legal boilerplates. 2014-11-29 05:57:11 +08:00
README.md Enable coveralls. 2016-05-14 23:43:38 +08:00

README.md

qrcode-rust

Build status Coverage Status crates.io Apache 2.0

QR code and Micro QR code encoder in Rust.

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