Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Budzynski <budziq@gmail.com>2017-06-14 17:33:45 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-06-27 02:32:07 +0300
commit032f669a4bb7e24d07f59c56423114b158d22d27 (patch)
tree17d449fd3b77c1b0ef1a87664098674e047b3535
parentdebdf7e5654fe65daecb598e20f928bf2aa14045 (diff)
Added html_root_url attribute
-rw-r--r--Cargo.toml1
-rw-r--r--src/lib.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66039c7..a83fdbf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "walkdir"
+# remember to update html_root_url
version = "1.0.7" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
diff --git a/src/lib.rs b/src/lib.rs
index 30c5cc7..872a839 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,4 @@
+#![doc(html_root_url = "https://docs.rs/walkdir/1.0.7")]
/*!
Crate `walkdir` provides an efficient and cross platform implementation
of recursive directory traversal. Several options are exposed to control