From 5ce649152db9293b10c963548b227036047eda84 Mon Sep 17 00:00:00 2001 From: Roy Cao <335050309@qq.com> Date: Sat, 7 Dec 2019 14:31:30 +0800 Subject: [PATCH] Update README to add Example Users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 487f2fd3..3ec4d065 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ The C++ code in the index requires `libdispatch`, but unlike Swift code, it cann $ swift build -Xcxx -I/usr/lib/swift -Xcxx -I/usr/lib/swift/Block ``` +## Some Example Users + +[**Pecker**](https://github.com/woshiccm/Pecker): a tool to detect unused code based on [SwiftSyntax](https://github.com/apple/swift-syntax.git) and [IndexStoreDB](https://github.com/apple/indexstore-db.git). + ## Development For more information about developing IndexStoreDB, see [Development](Documentation/Development.md).