Crate ndless

Source
Expand description

§ndless

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

Re-exports§

pub extern crate alloc;
pub use cty;

Modules§

env
Inspection and manipulation of the process’s environment.
error
Traits for working with Errors.
ffi
fs
Filesystem manipulation operations.
hw
Tools to interact with the hardware
input
Getting input from th keypad and touchpad
io
Traits, helpers, and type definitions for core I/O functionality.
math
Bindings to libm, as no_std Rust does not support many float operations
msg
Message boxes
ndless
Various ndless-related functions
out
Serial output
path
Cross-platform path manipulation.
prelude
Ndless prelude
process
thread
Only supports sleeping—threads are not supported in ndless.
time
Temporal quantification.
timer
Timer

Macros§

asm
Inline assembly.
cstr
This macro takes a string and returns a CString
dbg
print
println