0d12f7dfeat: config from env and SQLite pool in app context1mo | 1 | pub mod database; |
02eb2e4feat: GitStorage port and DiskGitStorage24d | 2 | pub mod git; |
dce0bf3feat: browse a repository's files and history8d | 3 | pub mod git_query; |
979134bfeat: code reads as code, in classes rather than colours16h | 4 | pub mod highlight; |
26d9828feat: password hashing behind a port1mo | 5 | pub mod password; |
fc5b566feat: repository ports and in-memory implementations1mo | 6 | pub mod repository; |
0d12f7dfeat: config from env and SQLite pool in app context1mo | 7 | pub mod web; |