Docs.rs
fast-down-3.5.0
fast-down 3.5.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
share121
Dependencies
bytes ^1.10.1
normal
content_disposition ^0.4.0
normal
optional
fast-pull ^3.5.0
normal
futures ^0.3.31
normal
httpdate ^1.0.3
normal
optional
reqwest ^0.12.22
normal
optional
sanitize-filename ^0.6.0
normal
optional
spin ^0.10.0
normal
optional
thiserror ^2.0.12
normal
tokio ^1.47.1
normal
url ^2.5.4
normal
urlencoding ^2.1.3
normal
optional
mockito ^1.7.0
dev
tokio ^1.47.1
dev
Versions
1.89%
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
Total
fast_
down
3.5.0
Total
Required Methods
total
Implementations on Foreign Types
&T
Range<u64>
Vec<T>
[T]
Implementors
In crate fast_
down
fast_down
Trait
Total
Copy item path
Source
pub trait Total { // Required method fn
total
(&self) ->
u64
; }
Required Methods
§
Source
fn
total
(&self) ->
u64
Implementations on Foreign Types
§
Source
§
impl
Total
for
Range
<
u64
>
Source
§
fn
total
(&self) ->
u64
Source
§
impl<T>
Total
for
&T
where T:
Total
,
Source
§
fn
total
(&self) ->
u64
Source
§
impl<T>
Total
for
[T]
where T:
Total
,
Source
§
fn
total
(&self) ->
u64
Source
§
impl<T>
Total
for
Vec
<T>
where T:
Total
,
Source
§
fn
total
(&self) ->
u64
Implementors
§