Stdlibs

Pure RustScript modules shipped with the runtime.

Stdlib modules are pure RustScript sources. Import a module with a path such as use stdlib::rss::strings;.

This section documents 129 public functions.

Modules

ModuleFunctionsDescription
bytes11Byte-sequence slicing, comparison, searching, and integer encoding helpers.
collections9Generic array and map helpers.
io4High-level text file operations built on the native io namespace.
iter14Range, collection traversal, transformation, filtering, and reduction helpers.
lrucache16A generic least-recently-used cache implemented in pure RustScript.
math54Numeric constants, predicates, arithmetic helpers, and transcendental functions.
parse9Validated integer and boolean parsing helpers.
path5Portable path separator, joining, basename, directory, and extension helpers.
strings7String comparison, searching, splitting, trimming, and replacement helpers.