Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 558 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 558 Bytes

mirai-jni-rs

A QQ bot framework built with Rust and Kotlin, based on mirai.

This framework still needs a lot of work to be completed. Its APIs are quite incomplete.

How does it work

Simple. It uses JNI to connect Rust and JVM.

By doing so, Rust can directly access APIs provided by mirai. Keep it high-performance.

Usage

Developer guide will follow up soon.

Contributing

We welcome all kinds of contributions. To get started, see CONTRIBUTING.md.