Module ::std

Overview

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.

u8

The primitive byte 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.

bytes
char
cmp
collections

The std::collections module.

f64
fmt
future
hash

Types for dealing with hashing in Rune.

i64
io

The std::io module contains a number of common things

io
iter
macros
mem
num
object
ops

Overloadable operators.

option
result
stream
string
test
tuple

Dynamic tuples.

vec