summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* somewhat pointless generalisation of a type signaturestuebinm2021-09-031-5/+7
| | | | | There's no real reason for this other than that I wanted to know if abstracting over &[T] -> T and &str -> String etc. was possible.
* remove grmtoolsstuebinm2021-09-0313-1076/+124
| | | | | | | | | | the parser using grmtools was way oversized for just doing escape sequences, and only really existed since I wanted to play around with it. The new implementation depends on no external crates, uses just an iter wrapped into a nicely composable function, and appears to be exactly equivalent (but faster).
* add nix derivationstuebinm2021-06-234-0/+221
| | | | (using naersk)
* initial commitstuebinm2021-06-2316-0/+1699