feat: add fast-qr

This commit is contained in:
2022-11-20 20:36:56 +08:00
parent 3a4d6b2d62
commit 8979029e29
4 changed files with 163 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ Project or files:
│   ├── btc-address
│   ├── crypto
│   ├── curve25519
│   ├── efficient_sm2
│   ├── highwayhash
│   ├── hmac_sha1
│   ├── jsonwebtoken
@@ -109,6 +110,7 @@ Project or files:
│   ├── bytes
│   ├── erasure-coding
│   ├── fancy-regex
│   ├── fastqr
│   ├── human_panic
│   ├── icalendar
│   ├── lazy_static
@@ -251,6 +253,6 @@ Project or files:
├── vec.rs
└── while.rs
220 directories, 38 files
222 directories, 38 files
```