clojurust CLI — run, repl, compile, and eval
IR-accelerated evaluation for clojurust (tier-1 IR interpreter + lowering)
Rust<->Clojure FFI, type marshalling, and NativeObject support
Asynchronous file I/O for clojurust — tokio-backed reads/writes delivered over core.async channels
BLAKE3 cryptographic hash functions exposed as Clojure native functions
Language Server Protocol implementation for clojurust (.cljrs/.cljc)
JIT (Cranelift) and AOT compiler backend for clojurust
HTML visualizer for clojurust IR — source ↔ IR mapping with region-allocation color-coding
Async support for clojurust — clojure.core.async via Tokio
TCP/Unix/TLS networking for clojurust — channel-oriented sockets over core.async
Built-in standard library namespaces for clojurust (clojure.string, clojure.set, clojure.test, …)
Runtime Value type and persistent collections for clojurust