rust_tree 1.2.2

tree is a cross-platform tree application and library that produces an indented directory listing of files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
coverage:
  status:
    project:
      default:
        target: 70%
        threshold: 5%
        paths:
          - "src/"
    patch:
      default:
        target: 50%
        threshold: 20%
        paths:
          - "src/"