aboutsummaryrefslogtreecommitdiff
path: root/lib/std/tar/testdata/example.tar
AgeCommit message (Collapse)Author
2024-04-02std.tar: implement executable bit onlyIgor Anić
2024-03-11std.tar: use doctestIgor Anić
Make std.tar look better in docs. Remove from public interface what is not necessary. Add comment to the public methods. Add doctest as usage examples for iterator and pipeToFileSystem.