Docs.rs
apt-cmd-0.5.1
apt-cmd 0.5.1
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
mmstick
Dependencies
anyhow ^1.0.83
normal
as-result ^0.2.1
normal
async-fetcher ^0.11.0
normal
async-stream ^0.3.5
normal
deb-version ^0.1.1
normal
derive_more ^0.99.17
normal
futures ^0.3.30
normal
hex ^0.4.3
normal
md-5 ^0.10.6
normal
procfs ^0.16.0
normal
rayon ^1.10.0
normal
sha-1 ^0.10.1
normal
thiserror ^1.0.60
normal
tokio ^1.37.0
normal
tokio-stream ^0.1.15
normal
tokio ^1.37.0
dev
Versions
7.53%
of the crate is documented
Go to latest version
Platform
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
apt_cmd
0.5.1
Fetcher
Ext
Required Methods
into_package_fetcher
Implementors
In apt_
cmd::
fetch
apt_cmd
::
fetch
Trait
FetcherExt
Copy item path
Source
pub trait FetcherExt { // Required method fn
into_package_fetcher
(self) ->
PackageFetcher
; }
Required Methods
§
Source
fn
into_package_fetcher
(self) ->
PackageFetcher
Implementors
§
Source
§
impl
FetcherExt
for
Fetcher
<
Request
>