Commit Graph

4 Commits

Author SHA1 Message Date
Leonora Tindall 5ae8eab913 Add examples and clarify documentation 2023-04-02 22:02:15 -05:00
Leonora Tindall 80848d0802
Add --buffered and same stream check
Before this, running the program with the same input and output file
would destroy the file's contents. Now, it isn't allowed without the new
--buffered option, which reads the whole file into memory before opening
it for writing.

This requires  to be merged so for now this version
is not publishable to crates.io as it is using my fork of lapp.
2019-10-21 08:26:35 -05:00
Leonora Tindall 234678befe
Fix category slug 2019-10-19 16:08:45 -04:00
Leonora Tindall c44f33a056
First commit - working version from RBR 2019-10-19 16:05:52 -04:00