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)
|
2016-05-14 10:43:38 -05:00
|
|
|
[![Coverage Status](https://coveralls.io/repos/github/kennytm/qrcode-rust/badge.svg?branch=coveralls)](https://coveralls.io/github/kennytm/qrcode-rust?branch=coveralls)
|
|
|
|
[![crates.io](http://meritbadge.herokuapp.com/qrcode)](https://crates.io/crates/qrcode)
|
|
|
|
[![Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](./LICENSE)
|
2014-08-18 16:27:17 -05:00
|
|
|
|
|
|
|
QR code and Micro QR code encoder in Rust.
|
|
|
|
|
|
|
|
```toml
|
|
|
|
# Cargo.toml
|
2016-05-14 10:43:38 -05:00
|
|
|
[dependencies]
|
|
|
|
qrcode = "0.1.7"
|
2014-08-18 16:27:17 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
|