47e24e6e8e
Fixes: * RUSTSEC-2023-0018 Change-Id: If4b5ea9edacc6f1e8664387e96e7abc24618b1a1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10016 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Autosubmit: tazjin <tazjin@tvl.su> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
.skip-subtree | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
default.nix | ||
README.md |
cheddar
Cheddar is a tiny Rust tool that uses syntect to render source code to syntax-highlighted HTML.
It's invocation is compatible with cgit
filters, i.e. data is read from
stdin
and the filename is taken from argv
:
cat README.md | cheddar README.md > README.html
In fact, if you are looking at this file on git.tazj.in chances are that it was rendered by cheddar.
The name was chosen because I was eyeing a pack of cheddar-flavoured crisps while thinking about name selection.