tombi - TOML formatter, linter, and language server
Rust toolchain for TOML files: formatter, linter, and LSP server. Drop-in for editors that need real schema-aware TOML support.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
llm-ls - LSP server for LLM code completion
Hugging Face's language server that brings LLM-powered completion to any IDE that speaks LSP. Backends include llama.cpp, OpenAI-compatible APIs, and HF inference.
parfit - codebase-aware comment reflow
Rust CLI that reflows source-code comments using optimal-fit line breaking while leaving directive comments alone. The par(1) of comment formatting.
rumdl - fast Rust markdown linter and formatter
Rust port of markdownlint with a built-in formatter. Targets large doc repos and AI-generated markdown that needs fast, consistent enforcement.
sqz - context compressor for LLM CLIs
Rust CLI that compresses prompt and context payloads before they hit the model, trading a small accuracy delta for measurable token-cost savings.