1
Ask HN: Which open source tools are best for code-heavy technical writing?
I'm curious about what open source tools people might recommend for writing with a focus on technical writing that includes a mixture of text and code snippets.
Ideally examples that show what a "complete" Rust project might look like in terms of the way it is laid out and what associated tooling / scripts that are commonly used or included in Rust code bases.
I did come across terminusdb: https://github.com/terminusdb/terminusdb which looks interesting.
Any other codebases people would recommend that are worth a read?