Docs.rs
ccitt-t4-t6-0.1.0
ccitt-t4-t6 0.1.0
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
Crates.io
Source
Owners
Xiphoseer
Dependencies
thiserror ^1
normal
color-eyre ^0.5
dev
structopt ^0.3
dev
Versions
0.1.0
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
?
1
2
3
4
5
#![
warn
(
missing_docs
)]
//! CCITT fax encodings
pub
mod
bit_iter
;
pub
mod
g42d
;