Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoshinotented/mirai-rs
mirai-rs is a mirai-api-http client implementation written in Rust
https://github.com/hoshinotented/mirai-rs
Last synced: 2 months ago
JSON representation
mirai-rs is a mirai-api-http client implementation written in Rust
- Host: GitHub
- URL: https://github.com/hoshinotented/mirai-rs
- Owner: HoshinoTented
- License: agpl-3.0
- Created: 2020-04-25T19:46:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T06:34:11.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T18:51:14.155Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 128 KB
- Stars: 25
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README-CH_ZN.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mirai-rs
[![CircleCI](https://circleci.com/gh/HoshinoTented/mirai-rs.svg?style=svg)](https://circleci.com/gh/HoshinoTented/mirai-rs)
[![crates](https://img.shields.io/crates/v/mirai_rs)](https://crates.io/crates/mirai_rs)一个使用 Rust 实现的 Mirai 客户端
-------------
[English](/README.md)
## 用法
在 `Cargo.toml` 中添加以下代码:
```toml
mirai_rs = "0.1.1"
```目前最新的版本是:[![crates](https://img.shields.io/crates/v/mirai_rs)](https://crates.io/crates/mirai_rs)。
目前支持的 mirai-api-http 版本:`1.7.1`。
mirai_rs 目前仍然是不稳定的,并且很可能在更新过程中更改 API(Breaking Changes)。所以推荐你使用最新版本以避免 BUG ~~(顺便获取更多 BUG)~~。
## 更多信息
* [mirai](https://github.com/mamoe/mirai)
* [mirai-api-http](https://github.com/mamoe/mirai-api-http)