欢迎来到马士兵代码仓库
Sign In
msb-public
/
QR-Code-generator
mirror of https://github.com/nayuki/QR-Code-generator
4
3
Code Issues Projects Releases Wiki Activity
244 Commits
1 Branch
12 Tags
10 MiB
master
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.1
v1.3.0
v1.0.0
v1.2.1
v1.2.0
v1.1.0
v1.0.1
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from '88be30fe12'
${ noResults }
Commit Graph

4 Commits (88be30fe12ab0bc44dec38251291ffae945d80d0)

Author SHA1 Message Date
Project Nayuki 88be30fe12 Changed Rust QrSegmentMode struct into enum, changed fields to methods, made the type copyable, got rid of static lifetimes and references in favor of passing by value, updated a program to work with this altered API.
8 years ago
Project Nayuki b7817ab944 Changed Rust QrCodeEcc struct into enum, changed fields to methods, made the type copyable, got rid of static lifetimes and references in favor of passing by value, updated programs to work with this altered API.
8 years ago
Project Nayuki 82156abb10 Changed Rust library's API to return Option<QrCode> instead of QrCode, updated demo program to fit.
8 years ago
Project Nayuki d4f71e49d7 Added a working demo example program in Rust.
8 years ago