Docs.rs
  • async-tiff-0.1.0
    • async-tiff 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kylebarron
    • Dependencies
      • byteorder ^1 normal
      • bytes ^1.7.0 normal
      • flate2 ^1.0.20 normal
      • futures ^0.3.31 normal
      • jpeg-decoder ^0.3.0 normal
      • num_enum ^0.7.3 normal
      • object_store ^0.12 normal
      • reqwest ^0.12 normal
      • thiserror ^1 normal
      • tokio ^1.43.0 normal optional
      • weezl ^0.1.0 normal
      • tiff ^0.9.1 dev
      • tokio ^1.9 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • 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

async_tiff0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • ImageFileDirectories
  • ImageFileDirectory
  • TIFF
  • Tile
  • decoder::DecoderRegistry
  • decoder::DeflateDecoder
  • decoder::JPEGDecoder
  • decoder::LZWDecoder
  • decoder::UncompressedDecoder
  • geo::AffineTransform
  • geo::GeoKeyDirectory
  • reader::ObjectReader
  • reader::PrefetchReader
  • reader::ReqwestReader

Enums

  • error::AsyncTiffError
  • tiff::tags::CompressionMethod
  • tiff::tags::PhotometricInterpretation
  • tiff::tags::PlanarConfiguration
  • tiff::tags::Predictor
  • tiff::tags::ResolutionUnit
  • tiff::tags::SampleFormat
  • tiff::tags::Tag
  • tiff::tags::Type

Traits

  • decoder::Decoder
  • reader::AsyncFileReader

Type Aliases

  • error::AsyncTiffResult