#ndless #allocation #nspire #ti-nspire #handlers #check #run

nightly ndless-handler

为 TI Nspire 的 Ndless 提供的 Rust 处理程序

6 个版本

0.3.0 2020 年 5 月 31 日
0.2.1 2020 年 3 月 30 日
0.2.0 2019 年 6 月 4 日
0.1.2 2019 年 3 月 17 日
0.1.0 2019 年 1 月 31 日

#ndless 中排名 4


bmi-calculator 中使用

MIT/Apache 协议

490KB
9K SLoC

ndless-handler

Crates.io Docs.rs

在 TI-Nspire 上运行 Rust 代码所需的必要代码。此 crate 提供了分配和恐慌所需的代码。除了这个 crate 之外,还可以查看 ndless

特性

默认情况下,启用了特性 eh-personalityallocatoroom-handlerpanic-handler。要禁用一些(在大多数情况下通常不需要),请将 default-features = false 作为选项传递给此 crate,然后使用 features = ["feature-1", "feature-2"] 指定所需的特性。此外,特性 ctype-ptr 可用但默认未启用,但在使用 ndless 的旧版本时应启用。

依赖项

~2MB
~52K SLoC