sigstore 0.14.0

An experimental crate to interact with sigstore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# sigstore-rs code examples

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
```