Full flow example (#90)

* expose params & structs for external usage

* add full_flow example, move examples into 'examples' dir
This commit is contained in:
arnaucube
2024-04-26 08:37:49 +02:00
committed by GitHub
parent 97df224579
commit 9bbdfc5a85
16 changed files with 270 additions and 26 deletions

View File

@@ -40,4 +40,7 @@ parallel = [
]
[[example]]
name = "full_flow"
path = "../examples/full_flow.rs"
# required-features = ["light-test"]