tvl-depot/tools/cheddar
Vincent Ambo 47e24e6e8e chore(tools/cheddar): bump cargo dependencies
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>
2023-11-12 22:42:04 +00:00
..
src feat(tools/cheddar): allow disabling tagfilter extension 2023-09-08 13:51:26 +00:00
.gitignore feat(tools/cheddar): Check in new syntax highlighting tool 2019-12-21 04:54:57 +00:00
.skip-subtree feat(tools/cheddar): Check in new syntax highlighting tool 2019-12-21 04:54:57 +00:00
build.rs style(rust): Format all Rust code with rustfmt 2022-02-08 12:06:39 +00:00
Cargo.lock chore(tools/cheddar): bump cargo dependencies 2023-11-12 22:42:04 +00:00
Cargo.toml chore(tools/cheddar): bump to syntect 5.0 2023-01-07 08:02:37 +00:00
default.nix test(tools/cheddar): Run unit tests during build 2022-06-30 23:08:03 +00:00
README.md docs(cheddar): Mention cgit filter compatibility in README 2019-12-21 15:56:44 +00:00

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.