Skip to content

Update readme, use cooler screenshot #88

Update readme, use cooler screenshot

Update readme, use cooler screenshot #88

Workflow file for this run

name: Check documentation
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
RUSTDOCFLAGS: '--cfg docsrs -D warnings'
jobs:
# We test documentation using nightly to match docs.rs.
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install nightly Rust
run: rustup default nightly
- name: Check docs
run: cargo doc --workspace --no-deps --document-private-items