Docs.rs
  • sdrive-1.6.3
    • sdrive 1.6.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • blockchain-bros
    • Dependencies
      • actix-cors ^0.7.1 normal
      • actix-governor ^0.8.0 normal
      • actix-web ^4.10.2 normal
      • aes-gcm ^0.10.3 normal
      • anyhow ^1.0.81 normal
      • async-recursion ^1.0.4 normal
      • base64 ^0.22.1 normal
      • clap ^3.2.8 normal
      • console ^0.15.0 normal
      • ctrlc ^3.2.2 normal
      • dialoguer ^0.8 normal
      • digest ^0.10.6 normal
      • dirs ^5.0.0 normal
      • hex ^0.4.3 normal
      • http ^0.2 normal
      • ignore ^0.4.23 normal
      • indicatif ^0.17.3 normal
      • iroh ^0.34.0 normal
      • iroh-blobs ^0.34 normal
      • iroh-io ^0.6 normal
      • keyring ^3.6.2 normal
      • lazy_static ^1.4.0 normal
      • mime_guess ^2.0.4 normal
      • rand ^0.9.0 normal
      • regex ^1.10.3 normal
      • reqwest ^0.11.16 normal
      • rusqlite ^0.34.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.10.6 normal
      • solana-client ^1.7.11 normal
      • solana-sdk ^1.7.11 normal
      • tokio ^1.16 normal
      • toml ^0.7.3 normal
      • tracing ^0.1.41 normal
      • tracing-subscriber ^0.3.19 normal
      • url ^2.5.4 normal
      • uuid ^1.3 normal
      • tempfile ^3.8 dev
    • Versions
    • 5.26% of the crate is documented
  • Platform
    • 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

sdrive1.6.3

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • DownloadArgsStruct
  • cli::Cli
  • cli::DecryptArgs
  • cli::DownloadArgs
  • cli::ShareArgs
  • cli::UploadArgs
  • config::Config
  • server::AppState

Enums

  • cli::Commands
  • cli::ConfigSubcommands
  • encryption::DecryptedData

Functions

  • config::generate_and_save_key
  • config::prompt_and_save_config
  • config::read_config
  • encryption::decrypt_data
  • encryption::decrypt_file
  • encryption::decrypt_file_with_key
  • encryption::encrypt_file
  • encryption::export_key
  • encryption::export_per_file_key
  • encryption::generate_key
  • encryption::import_key
  • encryption::retrieve_key
  • encryption::store_key
  • file::check_file_exists
  • file::fetch_guid_from_cid
  • file::file_exists_head
  • file::is_file_uploaded
  • file::is_ignored
  • fingerprint::create_sha256_fingerprint
  • ipfs::download_file_from_ipfs
  • p2p::download_file_from_iroh
  • p2p::share_file
  • parse::parse_sdrive_errors
  • secret::get_config_path
  • secret::get_secure_value
  • secret::get_value_from_env_or_config
  • server::setup_directories
  • server::start_server
  • upload::handle_directory
  • upload::pin_file
  • upload::process_upload
  • upload::upload_file