Skip to content

Commit 22ef7c6

Browse files
iglocskaclaude
andcommitted
chg: [docs] Add badges to README
CI status, crates.io version, docs.rs, license, and MSRV badges. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a481748 commit 22ef7c6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# RustMISP
22

3+
[![CI](https://github.com/iglocska/RustMISP/actions/workflows/ci.yml/badge.svg)](https://github.com/iglocska/RustMISP/actions/workflows/ci.yml)
4+
[![Crates.io](https://img.shields.io/crates/v/rustmisp.svg)](https://crates.io/crates/rustmisp)
5+
[![docs.rs](https://docs.rs/rustmisp/badge.svg)](https://docs.rs/rustmisp)
6+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7+
[![Rust](https://img.shields.io/badge/rust-1.85%2B-orange.svg)](https://www.rust-lang.org/)
8+
39
A Rust client library for the [MISP](https://www.misp-project.org/) REST API, providing feature parity with [PyMISP](https://github.com/MISP/PyMISP).
410

511
RustMISP offers strongly-typed data models for 30+ MISP entity types, an ergonomic async API client with ~243 methods, and an optional blocking wrapper.

0 commit comments

Comments
 (0)