Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beiyanyunyi/qq-rich-msg-decode
https://github.com/beiyanyunyi/qq-rich-msg-decode
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beiyanyunyi/qq-rich-msg-decode
- Owner: BeiyanYunyi
- License: agpl-3.0
- Created: 2024-03-12T12:56:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T13:07:48.000Z (8 months ago)
- Last Synced: 2024-04-17T06:50:52.889Z (7 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QQ rich message decode
A project written in Rust WASM, just for fun.
## Install dependencies
```bash
pnpm i
```## Build
Install Rust first.
```bash
pnpm build
```## Run
```bash
pnpm test
```The usage can be found in `tests/test.js`.