5 releases

0.1.61 Apr 21, 2024
0.1.6 Apr 19, 2024
0.1.5 Apr 19, 2024
0.1.1 Apr 4, 2024
0.1.0 Feb 27, 2024

#768 in Programming languages

Download history 1/week @ 2024-06-10 30/week @ 2024-07-01

259 downloads per month

MPL-2.0 license

19KB
452 lines

Key Lang 原生模块

这是Key语言的官方原生模块仓库.

使用方式见原生模块开发.


lib.rs:

Key语言的Native Module库

参见Native Module开发

由于已经决定了Rust为唯一Native编程语言,就不需要考虑C的行为了

数据类型都可以直接使用Rust标准库, 调用约定也可以使用extern "Rust"

No runtime deps