mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-28 06:00:32 +00:00
Added html_root_url attribute
This commit is contained in:
parent
debdf7e565
commit
032f669a4b
@ -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."
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user