1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: avoid privacy breach in documentation
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -2,14 +2,6 @@
Provides a very simple search path file finder.
-
-
-[](https://crates.io/crates/search_path)
-[](https://docs.rs/search_path)
-
-
-[](https://github.com/johnstonskj/rust-search_path/stargazers)
-
-----
The `SearchPath` type allows for the finding of files using a series of search directories. This is
|