Docs.rs
  • fencryption-0.1.13
    • fencryption 0.1.13
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • valflrt
    • Dependencies
      • aes-gcm ^0.10.1 normal
      • base64 ^0.21.0 normal
      • clap ^4.1.1 normal
      • colored ^2.0.0 normal
      • human-duration ^0.1.0 normal
      • rand ^0.8.5 normal
      • rmp-serde ^1.1.1 normal
      • rpassword ^7.1.0 normal
      • serde 1.0.* normal
      • sha2 ^0.10.6 normal
      • supports-color ^1.3.1 normal
      • threadpool ^1.8.1 normal
      • uuid ^1.2.1 normal
    • Versions
    • 80.2% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

fencryption_lib0.1.13

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • commands::Error
  • commands::ErrorBuilder
  • crypto::Crypto
  • io::Chain
  • tmp::TmpDir
  • tmp::TmpFile
  • walk_dir::WalkDirIterator

Enums

  • commands::Command
  • crypto::ErrorKind
  • metadata::ErrorKind
  • pack::ErrorKind

Functions

  • commands::decrypt_file::execute
  • commands::decrypt_text::execute
  • commands::encrypt_file::execute
  • commands::encrypt_text::execute
  • io::stream
  • log::format_error
  • log::format_info
  • log::format_success
  • log::format_warn
  • log::println_error
  • log::println_info
  • log::println_success
  • log::println_warn
  • log::with_start_line
  • metadata::decode
  • metadata::encode
  • pack::create
  • pack::unpack
  • walk_dir::walk_dir

Type Aliases

  • commands::Result

Constants

  • crypto::DEC_CHUNK_LEN
  • crypto::ENC_CHUNK_LEN
  • crypto::IV_LEN
  • crypto::TAG_LEN
  • io::DEFAULT_BUF_LEN