Docs.rs
fritzdecode-0.1.0
fritzdecode 0.1.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
24 June 2025
Links
Repository
crates.io
Source
Owners
Xiretza
Dependencies
aes ^0.8.2
normal
cbc ^0.1.2
normal
clap ^4.0.32
normal
color-eyre ^0.6.2
normal
crc ^3.0.0
normal
data-encoding ^2.3.2
normal
hex ^0.4.3
normal
md-5 ^0.10.5
normal
rand ^0.8.5
normal
regex ^1.7.0
normal
thiserror ^1.0.37
normal
Versions
21.65%
of the crate is documented
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
fritzdecode
0.1.0
CrcState
Implementors
In fritzdecode::
markers
fritzdecode
::
markers
Trait
CrcState
Copy item path
Source
pub trait CrcState: Sealed { }
Expand description
Marker trait for
Verified
and
Unverified
.
Implementors
§
Source
§
impl
CrcState
for
Unverified
Source
§
impl
CrcState
for
Verified