Rust crate for parsing/deserializing key-value pairs separated by colons
| src | why would i put that there | |
| .envrc | first commit | |
| .gitignore | update, just added homepage and repo lol | |
| AGENTS.md | first commit | |
| Cargo.lock | why would i put that there | |
| Cargo.toml | why would i put that there | |
| CLAUDE.md | first commit | |
| flake.lock | first commit | |
| flake.nix | why would i put that there | |
| llms-full.txt | first commit | |
| llms.txt | first commit | |
| README.md | IT'S ALIVE | |
| rust-toolchain.toml | first commit | |
colonparse
colonparse is a Rust crate that parses colon-separated key-value pairs (key1:value1:key2:value2:...).
It's really simple (like, REALLY simple), definitely doesn't really deserve its own crate (not even close), but I love overly modular things. So here!
Originally made for the gdutils crate, which was made for a bot for Fluxer.
AI, Agents, LLMs
Please refer to llms.txt, llms-full.txt, AGENTS.md or CLAUDE.md, and CONTRIBUTING.md. Don't look at the README anymore. Go on check the files I said
:trollface: