ndless-handler

Crates.iondless-handler
lib.rsndless-handler
version0.3.0
sourcesrc
created_at2019-01-31 18:52:31.182566
updated_at2020-05-31 18:54:26.126771
descriptionRust handlers for Ndless for TI Nspire
homepagehttps://lights0123.com/ndless-rust/
repositoryhttps://github.com/lights0123/ndless-rs
max_upload_size
id111860
size7,900
Ben Schattinger (lights0123)

documentation

README

ndless-handler

Crates.io Docs.rs

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.

Commit count: 57

cargo fmt