Docs.rs
  • encryptedfs-0.1.26
    • encryptedfs 0.1.26
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • radumarias
    • Dependencies
      • base64 =0.13.1 normal
      • bincode ^1.3.3 normal
      • bytes ^1.5 normal
      • clap ^4.5.4 normal
      • cryptostream ^0.3.2 normal
      • ctrlc ^3.1.9 normal
      • fuse3 ^0.7.1 normal
      • futures-util ^0.3.30 normal
      • libc ^0.2.153 normal
      • mio ^0.8.11 normal
      • openssl =0.10.64 normal
      • parking_lot ^0.12.1 normal
      • pbkdf2 ^0.13.0-pre.0 normal
      • rand ^0.3 normal
      • rpassword ^7.3.1 normal
      • serde ^1.0.197 normal
      • sha2 ^0.11.0-pre.3 normal
      • strum ^0.26.2 normal
      • strum_macros ^0.26.2 normal
      • thiserror ^1.0.58 normal
      • tokio ^1.36 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3 normal
      • weak-table ^0.3.2 normal
    • Versions
    • 39.39% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

encryptedfs0.1.26

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • encryptedfs::CipherIter
  • encryptedfs::DirectoryEntry
  • encryptedfs::DirectoryEntryIterator
  • encryptedfs::DirectoryEntryPlus
  • encryptedfs::DirectoryEntryPlusIterator
  • encryptedfs::EncryptedFs
  • encryptedfs::FileAttr
  • encryptedfs_fuse3::DirectoryEntryIterator
  • encryptedfs_fuse3::DirectoryEntryPlusIterator
  • encryptedfs_fuse3::EncryptedFsFuse3

Enums

  • encryptedfs::Cipher
  • encryptedfs::FileType
  • encryptedfs::FsError

Functions

  • encryptedfs::crypto_util::create_decryptor
  • encryptedfs::crypto_util::create_encryptor
  • encryptedfs::crypto_util::decrypt_and_unnormalize_end_file_name
  • encryptedfs::crypto_util::decrypt_string
  • encryptedfs::crypto_util::derive_key
  • encryptedfs::crypto_util::encrypt_string
  • encryptedfs::crypto_util::normalize_end_encrypt_file_name

Type Aliases

  • encryptedfs::FsResult