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

#394 in Filesystem

Download history 3/week @ 2024-06-22 5/week @ 2024-07-13 1/week @ 2024-07-20 1/week @ 2024-07-27 4/week @ 2024-08-03 1/week @ 2024-08-10 2/week @ 2024-08-24 4/week @ 2024-08-31 1/week @ 2024-09-14 59/week @ 2024-09-21 4/week @ 2024-09-28

64 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
~52K SLoC