1/ It happened to me run examples in this repo https://github.com/0xProject/OpenZKP
One of way to an example is
cargo run --release --example small_fib
I'm just curious why we can run the example small_fib
at the root directory even the example small_fib is located in a subdir project as this repo consists of multiple projects.
2/ Another question is that the small_fib
example was not specified in example section of the Cargo.toml but we can execute it with
cargo run --release --example small_fib