char/sorcery

static-files based git repo viewer

git clone https://git.t4t.associates/char/sorcery

Charlotte Somfix path-history smart query type (+ add a new obj frame type)5d40e97

main
210 B12 linesraw
1pub mod catalog;
2pub mod daemon;
3pub mod generate;
4mod githttp;
5mod grammar_manifest;
6mod highlight;
7mod history;
8mod languages;
9pub use highlight::Cache as GrammarCache;
10mod render;
11#[cfg(test)]
12mod testutil;