mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +00:00
corrected and sorted links in app.md
This commit is contained in:
parent
b617c3a0c9
commit
2156dd4072
1 changed files with 9 additions and 10 deletions
19
src/app.md
19
src/app.md
|
@ -504,22 +504,21 @@ fn run() -> Result<()> {
|
|||
[`Archive::unpack`]: https://docs.rs/tar/*/tar/struct.Archive.html#method.unpack
|
||||
[`Builder::append_dir_all`]: https://docs.rs/tar/*/tar/struct.Builder.html#method.append_dir_all
|
||||
[`Default`]: https://doc.rust-lang.org/std/default/trait.Default.html
|
||||
[`Entry::path`]: https://docs.rs/tar/*/tar/struct.Entry.html#method.path
|
||||
[`Entry::unpack`]: https://docs.rs/tar/*/tar/struct.Entry.html#method.unpack
|
||||
[`File`]: https://doc.rust-lang.org/std/fs/struct.File.html
|
||||
[`follow_links`]: https://docs.rs/walkdir/*/walkdir/struct.WalkDir.html#method.follow_links
|
||||
[`GzDecoder`]: https://docs.rs/flate2/*/flate2/read/struct.GzDecoder.html#method.new
|
||||
[`glob_with`]: https://docs.rs/glob/*/glob/fn.glob_with.html
|
||||
[`GzDecoder`]: https://docs.rs/flate2/*/flate2/read/struct.GzDecoder.html
|
||||
[`GzEncoder`]: https://docs.rs/flate2/*/flate2/write/struct.GzEncoder.html
|
||||
[`Iterator::filter`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.filter
|
||||
[`MatchOptions`]: https://docs.rs/glob/*/glob/struct.MatchOptions.html
|
||||
[`Path::strip_prefix`]: https://doc.rust-lang.org/std/path/struct.Path.html#method.strip_prefix
|
||||
[`WalkDir::DirEntry`]: https://docs.rs/walkdir/*/walkdir/struct.DirEntry.html
|
||||
[`WalkDir::depth`]: https://docs.rs/walkdir/*/walkdir/struct.DirEntry.html#method.depth
|
||||
[`WalkDir::max_depth`]: https://docs.rs/walkdir/*/walkdir/struct.WalkDir.html#method.max_depth
|
||||
[`WalkDir::min_depth`]: https://docs.rs/walkdir/*/walkdir/struct.WalkDir.html#method.min_depth
|
||||
[`WalkDirIterator::filter_entry`]: https://docs.rs/walkdir/*/walkdir/trait.WalkDirIterator.html#method.filter_entry
|
||||
[`follow_links`]: https://docs.rs/walkdir/*/walkdir/struct.WalkDir.html#method.follow_links
|
||||
[`glob_with`]: https://docs.rs/glob/*/glob/fn.glob_with.html
|
||||
[`tar::Archive`]: https://docs.rs/tar/*/tar/struct.Archive.html
|
||||
[`tar::Builder`]: https://docs.rs/tar/*/tar/struct.Builder.html
|
||||
[`tar::Entry`]: https://docs.rs/tar/*/tar/struct.Entry.html
|
||||
[`tar::Entries`]: https://docs.rs/tar/*/tar/struct.Entries.html
|
||||
[`WalkDir::depth`]: https://docs.rs/walkdir/*/walkdir/struct.DirEntry.html#method.depth
|
||||
[`WalkDir::DirEntry`]: https://docs.rs/walkdir/*/walkdir/struct.DirEntry.html
|
||||
[`WalkDir::min_depth`]: https://docs.rs/walkdir/*/walkdir/struct.WalkDir.html#method.min_depth
|
||||
[`WalkDir::max_depth`]: https://docs.rs/walkdir/*/walkdir/struct.WalkDir.html#method.max_depth
|
||||
[`WalkDirIterator::filter_entry`]: https://docs.rs/walkdir/*/walkdir/trait.WalkDirIterator.html#method.filter_entry
|
||||
[`tar::Entry`]: https://docs.rs/tar/*/tar/struct.Entry.html
|
||||
|
|
Loading…
Reference in a new issue