Skip to content

Commit

Permalink
Addressing comments.
Browse files Browse the repository at this point in the history
Signed-off-by: hayleycd <[email protected]>
  • Loading branch information
hayleycd committed Nov 8, 2024
1 parent 31e30bd commit cb31af5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/en/language_clients/rust/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ weight: 5

[`sigstore`](https://crates.io/crates/sigstore) is a crate designed to interact with Sigstore architecture.

This crate is under active development, but will not be considered stable until the 1.0 release.
**This crate is under active development, and will not be considered stable until the [1.0 release](https://github.com/sigstore/sigstore-rs/issues/274).**

## Features

- Cosign sign and verify
- Container and binary signing and verification
- Fulcio integration including an OpenID Connect API
- All Rekor client APIs can be leveraged to interact with the transparency log
- Cryptographic key management
Expand All @@ -28,6 +28,8 @@ Or add the following to your Cargo.toml:

`sigstore = "0.10.0"`

Current release information is available [here](https://github.com/sigstore/sigstore-rs/releases).

## Example

Numerous examples are provided in the [project repository](https://github.com/sigstore/sigstore-rs/tree/main/examples), including a [simple signing example](https://github.com/sigstore/sigstore-rs/tree/main/examples/cosign/sign) and a number of examples interacting with the [Rekor transparency log](https://github.com/sigstore/sigstore-rs/tree/main/examples/rekor).

0 comments on commit cb31af5

Please sign in to comment.