Expand description
§
Native Systems Rust namespace
Re-exports§
pub use color_utils as color;color-utilspub use curses_utils as curses;curses-utilspub use fmod_utils as fmod;fmod-utilspub use gl_utils as gl;gl-utilspub use math_utils as math;math-utilspub use signal_utils as signal;signal-utils
Modules§
- file
rs-utils - File utilities
- geometry
math-utils - Geometry utilities
- log
rs-utils - Logging macros
- numeric
rs-utils - Numeric utilities
Macros§
- address
rs-utils - Print the stringified expression followed by its pointer formatting
- bits
rs-utils - Print the stringified expression followed by its bitstring formatting
- display
rs-utils - Print the stringified expression followed by its display formatting
- eaddress
rs-utils - Print the stringified expression to stderr followed by its pointer formatting
- ebits
rs-utils - Print the stringified expression to stderr followed by its bitstring formatting
- edisplay
rs-utils - Print the stringified expression to stderr followed by its display formatting
- ehex
rs-utils - Print the stringified expression to stderr followed by its hexadecimal formatting
- epretty
rs-utils - Print the stringified expression to stderr followed by its pretty debug formatting
- eshow
rs-utils - Print the stringified expression to stderr followed by its debug formatting
- for_
sequence rs-utils - Expands into a series of for loops with the given block of code which should treat each type uniformly.
- hex
rs-utils - Print the stringified expression followed by its hexadecimal formatting
- pretty
rs-utils - Print the stringified expression followed by its pretty debug formatting
- show
rs-utils - Print the stringified expression followed by its debug formatting