2014-08-18 16:27:17 -05:00
|
|
|
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"
|
|
|
|
```
|
|
|
|
|
|
|
|
|