From 90a944aac95810f873779c06bcdf3ae5c179509e Mon Sep 17 00:00:00 2001 From: Piotr Beling Date: Sun, 3 Mar 2024 10:46:17 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac370b2..5907720 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Succinct data structures and other Rust libraries and programs by Piotr Beling. ![GitHub CI](https://github.com/beling/bsuccinct-rs/actions/workflows/rust.yml/badge.svg) -![license](https://img.shields.io/crates/l/sux) +[![](https://tokei.rs/b1/github/beling/bsuccinct-rs?type=Rust,Python)](https://github.com/beling/bsuccinct-rs) +[![license](https://img.shields.io/crates/l/ph)](https://github.com/beling/bsuccinct-rs) Included libraries: - `ph` ([crate](https://crates.io/crates/ph), [doc](https://docs.rs/ph)) - minimal perfect hash functions (FMPH and FMPHGO);