Rust wrapper around Xcode's `simctl`.
Rust wrapper around Xcode's `simctl`.
A highly parallel Perl 5 interpreter written in Rust
A procedural macro providing #[derive(NetworkWire)] for bridging Hydro2 operator wires and enumerating operator IO variants. It automatically handles generics, type parameters, and attribute parsing to unify wire and operator definitions.
This crate encapsulates the `hydro2` system.
Cross-platform enumeration of network interfaces and their MTU, gateway, multicast, and local/private/public IP addresses.
Embeddable scripting language with a bytecode VM
Derive macro for Ion scripting language host types
Language server for the Ion scripting language
CLI runner and REPL for the Ion scripting language
CLI runner and REPL for the Ion scripting language
Terminal UI for monitoring AI coding agents (Claude Code, Codex, Aider, Cursor, Gemini, Goose, ...) — like top, but for agents.
Read a byte stream from your enumerable
enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling chunked reads and efficient memory usage. Ideal for streaming large files or processing data in real-time without buffering everything into memory.