dir-meta 0.7.0

Read a directory and get back all files and errors from the read operation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Docsrs testsuite
on: [push, pull_request]

jobs:
  doc:
    name: Documentation
    runs-on: ubuntu-latest
    env:
      RUSTDOCFLAGS: -Dwarnings
    steps:
      - uses: actions/checkout@v6
      - uses: dtolnay/rust-toolchain@nightly
      - uses: dtolnay/install@cargo-docs-rs
      - run: cargo docs-rs