Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beiyanyunyi/qq-rich-msg-decode


https://github.com/beiyanyunyi/qq-rich-msg-decode

Last synced: 2 days ago
JSON representation

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`.