Module ::std
The Rune standard library.
Types
bool‐The primitive boolean type.
char‐The primitive character type.
f64‐The primitive float type.
i64‐The primitive integer type.
Functions
is_readable‐Test if the given value
is readable.
is_writable‐Test if the given value
is writable.
panic‐Cause a vm panic with the given message
.
Macros
panic!‐Cause a vm panic with a formatted message.
stringify!‐Stringify the given argument, causing it to expand to its underlying token
Modules
any‐Utilities for dynamic typing or type reflection.
collections‐The std::collections
module.
hash‐Types for dealing with hashing in Rune.
io‐The std::io module contains a number of common things