summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhcpl <hcpl.prog@gmail.com>2017-06-07 00:08:59 +0300
committerhcpl <hcpl.prog@gmail.com>2017-06-07 00:08:59 +0300
commit67fabccedbdb080796c27162d5955675b33a6834 (patch)
tree6f8af7c815c48614b805c9c77dd5a2e7a3e2aab0
parenta9ea3c6e053554d605d4fa69ddcd9627b9505ac2 (diff)
Add table of contents
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2890085..0440feb 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,21 @@ A formatted and aligned table printer library for [Rust](https://www.rust-lang.o
# How to use
+## Table of Contents
+
+ * [Including](#user-content-including)
+ * [Basic usage](#user-content-basic-usage)
+ * [Using macros](#user-content-using-macros)
+ * [Do it with style](#user-content-do-it-with-style)
+ * [List of style specifiers](#user-content-list-of-style-specifiers)
+ * [List of color specifiers](#user-content-list-of-color-specifiers)
+ * [Slicing](#user-content-slicing)
+ * [Customize your table look and feel](#user-content-customize-your-table-look-and-feel)
+ * [CSV import/export](#user-content-csv-importexport)
+ * [Importing](#user-content-importing)
+ * [Exporting](#user-content-exporting)
+ * [Note on line endings](#user-content-note-on-line-endings)
+
## Including
Include the library as a dependency to your project by adding the following lines to your **Cargo.toml** file: