6 releases
| 0.3.0 | May 31, 2020 |
|---|---|
| 0.2.1 | Mar 30, 2020 |
| 0.2.0 | Jun 4, 2019 |
| 0.1.2 | Mar 17, 2019 |
| 0.1.0 | Jan 31, 2019 |
#2 in #ti-nspire
Used in bmi-calculator
490KB
9K
SLoC
ndless-handler
Necessary code to use the run Rust code on a TI-Nspire. This crate provides the required code for allocation and panics. Check out ndless in addition to this crate.
Features
By default, the features eh-personality, allocator, oom-handler,
and panic-handler are enabled. To disable some (which should not be
required in most cases), pass default-features = false as
an option to this crate, then specify which ones are desired with
features = ["feature-1", "feature-2"]. Additionally, the feature
ctype-ptr is available but not enabled by default, but should be
enabled when using versions of ndless prior to this commit.
Dependencies
~2MB
~55K SLoC