summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-02-15 10:24:12 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-02-15 10:24:12 +0100
commit2d3ff462d8a5f584f5f25a4427ad766db37be5a1 (patch)
treeaa3a1ee8aa599b7e18f89172f3ea7f25467d43dc /src
parent9fa2c9a5787053bf3732dc019c1e6b0bfc5a85f8 (diff)
Added github forkme ribbon to rustdoc
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 431909d..737d7cd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,5 @@
+//! <a href="https://github.com/phsym/prettytable-rs"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/121cd7cbdc3e4855075ea8b558508b91ac463ac2/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png"></a>
+//! <style>.sidebar { margin-top: 53px }</style>
//! A formatted and aligned table printer written in rust
extern crate unicode_width;
extern crate term;