Crate regulus

Source

Modules§

prelude

Macros§

functions
Declares a group of builtin functions and exports them.
raise
Creates an exception wrapped in an Err and returns it from the current function or closure.
raise_noreturn
Creates an exception wrapped in an Err.

Constants§

FILE_EXTENSION

Functions§

run
A convenient helper for directly running a program string.
run_file
A convenient helper for directly running one file program.