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

https://github.com/synodriver/siomirai

Mirai-Protocol implementation,sans-io
https://github.com/synodriver/siomirai

asyncio mirai python sans-io

Last synced: 5 months ago
JSON representation

Mirai-Protocol implementation,sans-io

Awesome Lists containing this project

README

          

## 环境

- Rust nightly
- Python>=3.7

## 使用方法

- 本机编译
```bash
pip install maturin

maturin develop

python3 tests/test.py
```