From 71bd0e9f1fdf88f37a176f9bce0af0835f9e7efd Mon Sep 17 00:00:00 2001 From: Zoa Hickenlooper Date: Sat, 25 Jul 2026 23:57:04 -0400 Subject: [PATCH] docs(readme): live crates.io/docs.rs/downloads/license badges + License section Now that kibble is published, swap the static hand-drawn badges for live ones (crates.io version, docs.rs, downloads, license) linking to the crate + docs; add a ## License section stating the MIT/Apache-2.0 dual license. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7ecddd..7dc86dd 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ **A fast Rust mass-knowledge & data platform — chew through any source into clean datasets.** -![Rust](https://img.shields.io/badge/Rust-1A1A1A?logo=rust&logoColor=FF9CCB) +[![crates.io](https://img.shields.io/crates/v/kibble?color=FF9CCB&logo=rust&label=crates.io)](https://crates.io/crates/kibble) +[![docs.rs](https://img.shields.io/docsrs/kibble?color=FF9CCB&label=docs.rs)](https://docs.rs/kibble) +[![downloads](https://img.shields.io/crates/d/kibble?color=FF9CCB&label=downloads)](https://crates.io/crates/kibble) +[![license](https://img.shields.io/crates/l/kibble?color=FF9CCB)](https://github.com/femboyisp/kibble#license) ![tests](https://img.shields.io/badge/tests-386%20passing-FF9CCB) -![clippy](https://img.shields.io/badge/clippy-clean-FF9CCB) -![status](https://img.shields.io/badge/status-pre--1.0-FF9CCB) ![made with](https://img.shields.io/badge/powered%20by-chewing%20%F0%9F%A6%B4-FF9CCB) kibble demo — clean, index, search, and grounded cited RAG @@ -478,3 +479,8 @@ auto-classify/clustering, a tunable training mix, and an auto-tune harness with cargo test # offline tests (no network/external tools — localhost mocks + stub binaries) cargo clippy ``` + +## License + +Licensed under either of [MIT](LICENSE-MIT) or [Apache-2.0](LICENSE-APACHE) at your option. +Contributions are welcome — pre-1.0, so expect sharp edges ðŸĶī