#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

#161 in Filesystem

Download history 3/week @ 2024-02-09 8/week @ 2024-02-16 165/week @ 2024-02-23 62/week @ 2024-03-01 23/week @ 2024-03-08 33/week @ 2024-03-15 6/week @ 2024-03-22 173/week @ 2024-03-29

236 downloads per month
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
~50K SLoC