qrcode-rust/README.md
2014-08-19 05:27:17 +08:00

15 lines
288 B
Markdown

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"
```