Docs.rs
  • ratrod-0.5.1
    • ratrod 0.5.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • twitchax
    • Dependencies
      • anyhow ^1 normal
      • async-bincode ^0.7 normal
      • base64 ^0.22 normal
      • bincode ^1 normal
      • clap ^4 normal
      • futures ^0.3 normal
      • homedir ^0.3 normal
      • rand ^0.9 normal
      • regex ^1 normal
      • ring ^0.17 normal
      • secrecy ^0.10 normal
      • serde ^1 normal
      • tokio ^1 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • criterion ^0.5 dev
      • pretty_assertions ^1 dev
    • Versions
    • 43.84% 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

ratrodlib0.5.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • base::Base64KeyPair
  • base::ClientHandshakeData
  • base::ClientKeyExchangeData
  • base::Constant
  • base::EncryptedData
  • base::ExchangeKeyPair
  • base::ServerKeyExchangeData
  • base::TunnelDefinition
  • buffed_stream::BuffedStream
  • buffed_stream::BuffedStreamReadHalf
  • buffed_stream::BuffedStreamWriteHalf
  • connect::ConfigState
  • connect::Instance
  • connect::ReadyState
  • protocol::ClientAuthentication
  • protocol::ClientPreamble
  • protocol::SerializeableSignature
  • protocol::ServerPreamble
  • serve::ConfigState
  • serve::Instance
  • serve::ReadyState

Enums

  • protocol::ProtocolError
  • protocol::ProtocolMessage
  • protocol::ProtocolMessageWrapper

Traits

  • protocol::BincodeMessage
  • protocol::BincodeReceive
  • protocol::BincodeSend

Functions

  • security::ensure_security_files
  • security::generate
  • security::get_home
  • security::resolve_authorized_keys
  • security::resolve_keypath
  • security::resolve_known_hosts
  • security::resolve_private_key
  • security::resolve_public_key
  • utils::decrypt
  • utils::encrypt
  • utils::generate_challenge
  • utils::generate_ephemeral_key_pair
  • utils::generate_key_pair
  • utils::generate_key_pair_from_key
  • utils::generate_shared_secret
  • utils::handle_pump
  • utils::parse_tunnel_definition
  • utils::parse_tunnel_definitions
  • utils::random_string
  • utils::sign_challenge
  • utils::validate_signed_challenge

Type Aliases

  • base::Err
  • base::Res
  • base::SharedSecret
  • base::SharedSecretNonce
  • base::SharedSecretShape
  • base::Void
  • buffed_stream::BuffedDuplexStream
  • buffed_stream::BuffedTcpStream
  • protocol::Challenge
  • protocol::ExchangePublicKey
  • protocol::Signature