A crate which lets you create temporary environment and be automatically restored/cleaned when not needed
Advanced Cargo.toml management CLI tool
Scan and manage git repositories with ease
Local memory system for agent-driven development
A library for parsing and deserialising paths with special rules. The format is similar to `["$proj(com.xy.z): data ? cfg", "$const: os", "$val: rand-16"]`
A highly parallel Perl 5 interpreter written in Rust
Rust library and CLI for reusing Codex/ChatGPT auth cache and calling Responses endpoints safely
A Rust-based framework to build tools that analyze forensic artifacts and can be reused as libraries across multiple projects without changing anything.
A library for producing stack traces from minidump files.
A library for producing stack traces and other useful information from minidump files.
Useful to create temp directories and copy their contents on completion of some action. Tmp dirs will be created using [`env::temp_dir`] with some random characters prefixed to prevent a name clash