Docs.rs
  • flysystem-0.1.2
    • flysystem 0.1.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • m1guelpf
    • Dependencies
      • async-recursion ^1.0.5 normal
      • aws-sdk-s3 ^1.8.0 normal
      • aws-smithy-runtime-api ^1.1.1 normal
      • aws-smithy-types ^1.1.1 normal
      • aws-types ^1.1.1 normal
      • futures ^0.3.29 normal
      • mime ^0.3.17 normal
      • mime_guess ^2.0.4 normal
      • sha256 ^1.4.0 normal
      • thiserror ^1.0.50 normal
      • tokio ^1.35.0 normal
      • tokio ^1.35.0 dev
    • Versions
    • 50% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

flysystem0.1.2

Module adapters

  • Re-exports
  • Modules
  • Traits

In crate flysystem

?
Change settings

Module flysystem::adapters

source ·

Re-exports

  • pub use local::LocalAdapter;
  • pub use memory::MemoryAdapter;
  • pub use s3::S3Adapter;

Modules

  • local
  • memory
  • s3

Traits

  • Adapter
    A storage adapter.
  • PublicUrlGenerator
  • TemporaryUrlGenerator