Skip to content

Commit

Permalink
Merge pull request #55 from itowlson/examples-in-rustdoc
Browse files Browse the repository at this point in the history
Add examples to rustdoc
  • Loading branch information
itowlson authored Feb 14, 2025
2 parents 6ee0933 + 9229c58 commit 9e1a51a
Show file tree
Hide file tree
Showing 7 changed files with 935 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:
shell: bash
run: cargo test --workspace

- name: Validate docs examples
shell: bash
run: cargo test --doc
Loading

0 comments on commit 9e1a51a

Please sign in to comment.