From a0366144c456f4d000e9f74fdd82f03661e41ca0 Mon Sep 17 00:00:00 2001 From: maccesch Date: Wed, 8 Apr 2026 12:42:21 -0500 Subject: [PATCH] Added badges usually found on rust crate repos that help to quickly navigate to docs etc. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7629029..b1fa1f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # cvxrust +[![Crates.io](https://img.shields.io/crates/v/cvxrust.svg)](https://crates.io/crates/cvxrust) +[![Docs.rs](https://docs.rs/cvxrust/badge.svg)](https://docs.rs/cvxrust) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) + A Disciplined Convex Programming (DCP) library for Rust, inspired by [CVXPY](https://www.cvxpy.org/). cvxrust provides a domain-specific language for specifying convex optimization problems with automatic convexity verification and solving via the [Clarabel](https://github.com/oxfordcontrol/Clarabel.rs) solver.