qrcode 0.1.2

QR code encoder in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
qrcode-rust
===========

[![Build status](https://travis-ci.org/kennytm/qrcode-rust.svg?branch=master)](https://travis-ci.org/kennytm/qrcode-rust)

QR code and Micro QR code encoder in Rust.

```toml
# Cargo.toml
[dependencies.qrcode]
git = "https://github.com/kennytm/qrcode-rust"
```