Add some top-level examples (#303)
The examples show: - Building a Signed Pod with different types of values - Building a MainPod - Input SignedPod to MainPod - Input MainPod to MainPod - Using MainPod or MockMainPod - Using custom predicates
This commit is contained in:
parent
6249406cb2
commit
b7ac54d972
7 changed files with 227 additions and 44 deletions
2
.github/workflows/clippy.yml
vendored
2
.github/workflows/clippy.yml
vendored
|
|
@ -19,3 +19,5 @@ jobs:
|
|||
components: clippy
|
||||
- name: Check lints with clippy
|
||||
run: cargo clippy
|
||||
- name: Check lints with clippy (examples)
|
||||
run: cargo clippy --examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue