Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)