This folder contains executable examples of the sigstore-rs library.
To run any given example, simply provide the subfolder name as an argument to the `cargo run` command.
```bash
cargo run --example <example_name> --all-features
```
e.g.
```bash
cargo run --example create_log_entry --all-features
```