qrcode-rust/README.md

15 lines
288 B
Markdown
Raw Normal View History

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