Docs.rs
debian-control-0.1.34
debian-control 0.1.34
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jelmer
Dependencies
chrono ^0.4
normal
optional
deb822-lossless >=0.1.20
normal
debversion >=0.3
normal
pyo3 ^0.22
normal
optional
regex ^1
normal
rowan >=0.15
normal
serde ^1
normal
optional
url ^2
normal
serde_json ^1.0.128
dev
Versions
12.88%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
debian_
control
0.1.34
Checksum
Required Methods
filename
size
Implementors
In debian_
control::
fields
Trait
debian_control
::
fields
::
Checksum
Copy item path
source
·
[
−
]
pub trait Checksum { // Required methods fn
filename
(&self) ->
String
;
fn
size
(&self) ->
usize
; }
Required Methods
§
source
fn
filename
(&self) ->
String
source
fn
size
(&self) ->
usize
Implementors
§
source
§
impl
Checksum
for
Sha1Checksum
source
§
impl
Checksum
for
Sha256Checksum
source
§
impl
Checksum
for
Sha512Checksum