docs: update readme with project structure
This commit is contained in:
parent
852e878b23
commit
f78def74a6
@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
加解密算法实现 (Rust)。
|
加解密算法实现 (Rust)。
|
||||||
|
|
||||||
|
## 项目结构
|
||||||
|
|
||||||
|
```text
|
||||||
|
lib_um_crypto_rust
|
||||||
|
├── um_crypto 子目录存放具体算法的代码
|
||||||
|
├── um_wasm 将 um_crypto 包装为能从 JavaScript 层调用的代码
|
||||||
|
└── um_wasm_loader 打包 `um_wasm` 到 npm 包的代码
|
||||||
|
```
|
||||||
|
|
||||||
## 授权协议
|
## 授权协议
|
||||||
|
|
||||||
Apache License 2.0 + MIT 双协议
|
Apache License 2.0 + MIT 双协议
|
||||||
|
Loading…
Reference in New Issue
Block a user