From 53ca07f40fe6f3baa8802cfaebfee4677dc87527 Mon Sep 17 00:00:00 2001 From: Zhexuan Yang Date: Sun, 1 Feb 2026 01:19:19 +0800 Subject: [PATCH 1/2] docs: add status badges to hdf5-sys README Add CI build, crates.io version, docs.rs documentation, and license badges to improve visibility and discoverability of the hdf5-sys crate. Co-authored-by: Cursor --- hdf5-sys/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hdf5-sys/README.md b/hdf5-sys/README.md index 4581b5a9..cd33064d 100644 --- a/hdf5-sys/README.md +++ b/hdf5-sys/README.md @@ -1,5 +1,11 @@ # `hdf5-sys` +[![Build](https://github.com/archebase/hdf5-rs/workflows/CI/badge.svg)](https://github.com/archebase/hdf5-rs/actions?query=branch%3Amain) +[![Latest Version](https://img.shields.io/crates/v/hdf5-sys.svg)](https://crates.io/crates/hdf5-sys) +[![Documentation](https://docs.rs/hdf5-sys/badge.svg)](https://docs.rs/hdf5-sys) +[![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) + This crate provides direct bindings to the HDF5 C library and allows to build the library from C sources if need be, so it can be linked in statically. From 131e62bcaa2425703b49fe25e9d6e5e7b5538670 Mon Sep 17 00:00:00 2001 From: Zhexuan Yang Date: Sun, 1 Feb 2026 01:22:50 +0800 Subject: [PATCH 2/2] docs: remove Total Lines badge from README The tokei.rs badge service is not set up for this repository yet. Co-authored-by: Cursor --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 05649d40..af169c81 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ HDF5 for Rust. [![Documentation](https://docs.rs/hdf5/badge.svg)](https://docs.rs/hdf5) [![Changelog](https://img.shields.io/github/v/release/archebase/hdf5-rs)](https://github.com/archebase/hdf5-rs/blob/main/CHANGELOG.md) ![hdf5: rustc 1.92+](https://img.shields.io/badge/hdf5-rustc_1.92+-lightblue.svg) -[![Total Lines](https://tokei.rs/b1/github/archebase/hdf5-rs)](https://github.com/archebase/hdf5-rs) [![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)