1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
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,13 +2,6 @@
Simple textual output for tree-like structures.
-
-
-
-[](https://github.com/johnstonskj/rust-text_trees/stargazers)
-[](https://crates.io/crates/text_trees)
-[](https://docs.rs/text_trees)
-
This crate is another that will output a tree structure in text. Similar to the existing
[ascii_tree](https://crates.io/crates/ascii_tree) crate, however it is more flexible in
its formatting options.
|