Docs.rs
recursive_scraper-0.6.2
recursive_scraper 0.6.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
SichangHe
Dependencies
anyhow ^1.0
normal
bytes ^1.4
normal
clap ^4.2
normal
env_logger ^0.10
normal
futures ^0.3
normal
log ^0.4
normal
regex ^1.7
normal
reqwest ^0.11
normal
select ^0.6
normal
serde ^1.0
normal
tokio ^1.27
normal
toml ^0.7
normal
Versions
6.12%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
recursive_
scraper
0.6.2
In recursive_
scraper::
io
recursive_scraper
::
io
Function
append_file
Copy item path
Source
pub async fn append_file<P>(name: P) ->
Result
<
File
>
where P:
AsRef
<
Path
>,