Docs.rs
fast-down-3.7.7
fast-down 3.7.7
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
share121
Dependencies
bytes ^1.11.1
normal
fast-pull ^3.7.4
normal
futures ^0.3.32
normal
getifaddrs ^0.6.0
normal
optional
httpdate ^1.0.3
normal
optional
parking_lot ^0.12.5
normal
optional
reqwest ^0.13.2
normal
optional
sanitize-filename ^0.6.0
normal
optional
serde ^1.0.228
normal
optional
thiserror ^2.0.18
normal
optional
tokio ^1.49.0
normal
url ^2.5.8
normal
urlencoding ^2.1.3
normal
optional
mockito ^1.7.2
dev
Versions
18.18%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Merge
fast_
down
3.7.7
Merge
Required Methods
merge_progress
Implementations on Foreign Types
Vec<Range<u64>>
Implementors
In crate fast_
down
fast_down
Trait
Merge
Copy item path
Source
pub trait Merge { // Required method fn
merge_progress
(&mut self, new:
Range
<
u64
>); }
Required Methods
§
Source
fn
merge_progress
(&mut self, new:
Range
<
u64
>)
Implementations on Foreign Types
§
Source
§
impl
Merge
for
Vec
<
Range
<
u64
>>
Source
§
fn
merge_progress
(&mut self, new:
Range
<
u64
>)
Implementors
§