#io #read #ti-nspire #hardware #bindings

nightly ndless

Rust library for interacting with Ndless for the TI-Nspire

15 releases

0.8.8 Feb 27, 2024
0.8.7 Nov 22, 2020
0.8.6 May 12, 2020
0.8.5 Mar 30, 2020
0.6.1 Mar 18, 2019

#175 in Filesystem


Used in 4 crates

MIT/Apache

485KB
9K SLoC

ndless

Crates.io Docs.rs

Rust bindings to Ndless for the TI-Nspire, providing an interface to the filesystem, hardware, I/O, and OS functionality.

See here for examples, or read the book for a guide.


lib.rs:

ndless

See here for examples. Additionally, don't forget to check out the book.

Ndless prelude

At the top of your code, add

use ndless::prelude::*;

to get commonly-used functions.

Dependencies

~2MB
~51K SLoC