Skip to content

Commit 868f42c

Browse files
fix badge
1 parent bc21a45 commit 868f42c

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/assets/repo-header-a3.png

36.7 KB
Loading

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
<h1>Openapi® client for Rust</h1>
77
<h4>The perfect starting point to integrate <a href="https://openapi.com/">Openapi®</a> within your Rust project</h4>
88

9-
⚡ 👾 ⚡
9+
[![Build Status](https://img.shields.io/github/actions/workflow/status/<username>/<repo>/rust.yml?branch=main)](https://github.com/<username>/<repo>/actions)
10+
[![Crates.io](https://img.shields.io/crates/v/<crate_name>.svg)](https://crates.io/crates/<crate_name>)
11+
[![Docs.rs](https://img.shields.io/docsrs/<crate_name>)](https://docs.rs/<crate_name>)
12+
[![License](https://img.shields.io/github/license/<username>/<repo>)](LICENSE)
13+
[![Rust Version](https://img.shields.io/badge/rust-1.80+-orange.svg)](https://www.rust-lang.org/)
1014
</div>
1115

1216
## Overview
1317

14-
This client provides an idiomatic Rust interface to the APIs available at [Openapi](https://openapi.com).
15-
It simplifies integration with the Openapi Marketplace, offering typed requests, async support, and built-in error handling.
18+
This client provides an idiomatic Rust interface to the APIs available at [Openapi](https://openapi.com).
19+
It simplifies integration with the Openapi Marketplace, offering typed requests, async support, and built-in error handling.
1620
With this SDK you can quickly connect to hundreds of certified APIs and accelerate your digital transformation projects.
1721

1822
## Pre-requisites

0 commit comments

Comments
 (0)