Skip to content

Commit c439ae3

Browse files
GiggleLiuclaude
andcommitted
docs: update README for crates.io availability
Remove "not yet available" note and add crates.io version badge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3b22013 commit c439ae3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
![100-Problem-Reductions](docs/logo.svg)
22

3+
[![Crates.io](https://img.shields.io/crates/v/problemreductions)](https://crates.io/crates/problemreductions)
34
[![CI](https://github.com/CodingThrust/problem-reductions/actions/workflows/ci.yml/badge.svg)](https://github.com/CodingThrust/problem-reductions/actions/workflows/ci.yml)
45
[![codecov](https://codecov.io/github/CodingThrust/problem-reductions/graph/badge.svg?token=0CdEC8GHN0)](https://codecov.io/github/CodingThrust/problem-reductions)
56
[![Docs](https://img.shields.io/badge/Docs-API-green)](https://codingthrust.github.io/problem-reductions/)
@@ -10,7 +11,7 @@ A Rust library for NP-hard problem definitions and reductions. We aim to impleme
1011

1112
## Installation
1213

13-
Add to your `Cargo.toml` (not yet available):
14+
Add to your `Cargo.toml`:
1415

1516
```toml
1617
[dependencies]

0 commit comments

Comments
 (0)