Skip to content

Update rustdoc, mark functions as deprecated #25

Update rustdoc, mark functions as deprecated

Update rustdoc, mark functions as deprecated #25

Workflow file for this run

on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo build
- run: cargo test
- run: cargo clippy --no-deps -- -D warnings
- run: cargo fmt -- --check