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
| Module | Functions | Description |
|---|---|---|
bytes | 11 | Byte-sequence slicing, comparison, searching, and integer encoding helpers. |
collections | 9 | Generic array and map helpers. |
io | 4 | High-level text file operations built on the native io namespace. |
iter | 14 | Range, collection traversal, transformation, filtering, and reduction helpers. |
lrucache | 16 | A generic least-recently-used cache implemented in pure RustScript. |
math | 54 | Numeric constants, predicates, arithmetic helpers, and transcendental functions. |
parse | 9 | Validated integer and boolean parsing helpers. |
path | 5 | Portable path separator, joining, basename, directory, and extension helpers. |
strings | 7 | String comparison, searching, splitting, trimming, and replacement helpers. |