Available on crate feature
core only.Expand description
Common types used throughout nstd.
Type Aliasesยง
- NSTD
Byte - The smallest addressable unit of memory.
- NSTD
Error Code - An error code type to be returned from functions. An error code of 0 means success, while anything else indicates failure.