mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-30 07:00:37 +00:00
Added html_root_url attribute
This commit is contained in:
parent
debdf7e565
commit
032f669a4b
@ -1,5 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "walkdir"
|
name = "walkdir"
|
||||||
|
# remember to update html_root_url
|
||||||
version = "1.0.7" #:version
|
version = "1.0.7" #:version
|
||||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||||
description = "Recursively walk a directory."
|
description = "Recursively walk a directory."
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#![doc(html_root_url = "https://docs.rs/walkdir/1.0.7")]
|
||||||
/*!
|
/*!
|
||||||
Crate `walkdir` provides an efficient and cross platform implementation
|
Crate `walkdir` provides an efficient and cross platform implementation
|
||||||
of recursive directory traversal. Several options are exposed to control
|
of recursive directory traversal. Several options are exposed to control
|
||||||
|
Loading…
x
Reference in New Issue
Block a user