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) 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.