docs: update readme with project structure

This commit is contained in:
鲁树人 2024-09-03 00:21:03 +01:00
parent 852e878b23
commit f78def74a6

View File

@ -2,6 +2,15 @@
加解密算法实现 (Rust)。
## 项目结构
```text
lib_um_crypto_rust
├── um_crypto 子目录存放具体算法的代码
├── um_wasm 将 um_crypto 包装为能从 JavaScript 层调用的代码
└── um_wasm_loader 打包 `um_wasm` 到 npm 包的代码
```
## 授权协议
Apache License 2.0 + MIT 双协议