From 22f542a82d67f379f68434f4b29b9f7d45692b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Joly?= Date: Sun, 5 Nov 2023 16:04:53 +0000 Subject: [PATCH] doc: expand on active users --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 505151c..f02c1ad 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,15 @@ Rusqlite_migration provides several [Cargo features][cargo_features]. They are: [cargo_features]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section +## Active Users + +This crate is actively used in a number of projects. You can find up to date list of those on: + +* [crates.io](https://crates.io/crates/rusqlite_migration/reverse_dependencies) / [lib.rs](https://lib.rs/crates/rusqlite_migration/rev) +* [GitHub’s list of dependent repositories](https://github.com/cljoly/rusqlite_migration/network/dependents?dependent_type=REPOSITORY) + +A number of contributors are also reporting issues as they arise, another indicator of active use. + ## Contributing Contributions (documentation or code improvements in particular) are welcome, see [contributing](https://cj.rs/docs/contribute/)!