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