Port extract-trailers to rust
Closed this issue · 2 comments
neithernut commented
Device on a representation of trailers (as key-value pairs). Simple tuples might suffice.
Add a facility for extracting them from a stream (e.g. iterator of chars). This may be a function to RepositoryExt
or (more fancy) a iterator-adapter. Implement extract-trailers
based on the function.
neithernut commented
Blocks #45.
neithernut commented
Do we actually want the subcommand?