| Crates.io | ndless-handler |
| lib.rs | ndless-handler |
| version | 0.3.0 |
| created_at | 2019-01-31 18:52:31.182566+00 |
| updated_at | 2020-05-31 18:54:26.126771+00 |
| description | Rust handlers for Ndless for TI Nspire |
| homepage | https://lights0123.com/ndless-rust/ |
| repository | https://github.com/lights0123/ndless-rs |
| max_upload_size | |
| id | 111860 |
| size | 7,900 |
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.
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.