summaryrefslogtreecommitdiff
path: root/subplotlib/src/steplibrary/files.rs
AgeCommit message (Expand)AuthorFilesLines
2022-04-15(subplotlib): Remove dependency on chronoDaniel Silverstone1-3/+8
2022-04-01(subplotlib): Ensure that all ContextElement objects implement DebugDaniel Silverstone1-1/+1
2022-03-25feat: add "file doesn't contain" step to lib/files, Python and RustLars Wirzenius1-0/+15
2022-03-06(subplotlib): Fix places where we weren't processing ResultsDaniel Silverstone1-2/+2
2022-02-26(subplotlib): Improve step library documentationDaniel Silverstone1-0/+129
2021-05-28subplotlib: Add some basic docs to a bit of the files steplibraryDaniel Silverstone1-0/+20
2021-02-27subplotlib: path_exists - check path is a directoryDaniel Silverstone1-1/+6
2021-02-07subplotlib: Add directory steps to files libraryDaniel Silverstone1-0/+61
2020-12-30subplotlib: Use open_write() and fix bug in remember_metadataDaniel Silverstone1-14/+12
2020-12-30subplotlib: Move canonicalise_filename into Datadir implDaniel Silverstone1-34/+15
2020-12-29subplotlib: Add files step library, with testsDaniel Silverstone1-0/+268