feat: update README

This commit is contained in:
2022-10-16 21:16:56 +08:00
parent a49d639b18
commit 6873d68129

View File

@@ -22,6 +22,7 @@ Project or files:
│   ├── btc-address
│   ├── crypto
│   ├── curve25519
│   ├── highwayhash
│   ├── hmac_sha1
│   ├── jsonwebtoken
│   ├── password-hash
@@ -109,6 +110,7 @@ Project or files:
│   ├── erasure-coding
│   ├── fancy-regex
│   ├── human_panic
│   ├── icalendar
│   ├── lazy_static
│   ├── libmacchina
│   ├── num_cpus
@@ -147,8 +149,11 @@ Project or files:
│   ├── simsearch
│   └── tantivy
├── __security
│   ├── keychain-services
│   ├── seckey
│   ├── secmem-proc
│   ├── secrets
│   ├── security-framework
│   └── sensitive
├── __serialization
│   ├── bytes
@@ -166,6 +171,8 @@ Project or files:
│   ├── ssh2
│   ├── sshrs
│   └── xshell
├── __shuttle
│   └── hatter-test
├── __std
│   ├── async_await
│   ├── into
@@ -242,6 +249,6 @@ Project or files:
├── vec.rs
└── while.rs
211 directories, 37 files
218 directories, 38 files
```