From d22a9ad12f383693eead274098f08ddd5f53f541 Mon Sep 17 00:00:00 2001 From: Yuankun Zhang Date: Mon, 17 Jul 2023 21:30:20 +0800 Subject: [PATCH] Add crates.io and docs.rs badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 55acb07..af28be2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Charming - A Rust Visualization Library +[![crates.io](https://img.shields.io/crates/v/charming.svg)](https://crates.io/crates/charming) +[![docs.rs](https://docs.rs/charming/badge.svg)](https://docs.rs/charming) + Charming is a powerful and versatile chart rendering library for Rust that leverages the power of [Apache ECharts](https://echarts.apache.org/en/index.html) to deliver high-quality data visualizations. Built with the Rust programming language, this library aims to provide the Rust ecosystem with an intuitive and effective way to generate and visualize charts, using a declarative and user-friendly API. Highlights: