Skip to main content

Crate cljrs_stdlib

Crate cljrs_stdlib 

Source
Expand description

Built-in standard library namespaces for clojurust.

Registers clojure.string, clojure.set, and clojure.test into a GlobalEnv so they are available via (require ...) without needing source files on disk.

§Entry points

Modules§

io
Native implementations for clojure.rust.io.

Functions§

register
Register all built-in stdlib namespaces into globals.
standard_env
Create a GlobalEnv with all built-ins and stdlib registered.
standard_env_with_paths
Like standard_env() but also sets user source paths for require.
standard_env_with_paths_and_config
Like standard_env_with_paths() but also sets GC configuration.