Docs.rs
  • psp-net-0.6.6
    • psp-net 0.6.6
    • Permalink
    • Docs.rs crate page
    • Links
    • crates.io
    • Source
    • Owners
    • lorenzofelletti
    • Dependencies
      • base64 ^0.22 normal
      • bitflags ^2.9.0 normal
      • dns-protocol ^0.1.1 normal
      • embedded-io ^0.6.1 normal
      • embedded-tls ^0.17.0 normal
      • httparse ^1.10.1 normal optional
      • lazy_static ^1.5.0 normal
      • psp ^0.3.12 normal optional
      • rand ^0.8.5 normal
      • rand_chacha ^0.3.1 normal
      • regex ^1.11 normal
      • thiserror ^2.0.12 normal
    • Versions
    • 75.91% 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
  • 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

psp_net0.6.6

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases
  • Trait Aliases

List of all items

Structs

  • dns::DnsResolver
  • netc::in_addr
  • netc::sockaddr
  • netc::sockaddr_in
  • socket::state::Bound
  • socket::state::Connected
  • socket::state::NotReady
  • socket::state::Ready
  • socket::state::Unbound
  • socket::tcp::TcpSocket
  • socket::tls::TlsSocket
  • socket::udp::UdpSocket
  • types::SocketOptions
  • types::SocketRecvFlags
  • types::SocketSendFlags
  • types::TlsSocketOptions

Enums

  • dns::DnsError
  • socket::error::SocketError
  • socket::error::TlsSocketError
  • utils::NetError

Traits

  • socket::ToSockaddr
  • socket::ToSocketAddr
  • socket::state::SocketState
  • traits::SocketBuffer
  • traits::dns::DnsResolver
  • traits::dns::ResolveAddr
  • traits::dns::ResolveHostname
  • traits::io::EasySocket
  • traits::io::Open
  • traits::io::OptionType

Functions

  • dns::create_a_type_query
  • utils::block_until_connected
  • utils::check_first_netconfig_existence
  • utils::check_netconfig_existence
  • utils::init_connection_to_access_point
  • utils::load_net_modules
  • utils::net_init

Type Aliases

  • socket::SocketAddr
  • socket::SocketAddrV4
  • socket::error::TlsError
  • types::Certificate

Trait Aliases

  • traits::io::ErrorType
  • traits::io::Read
  • traits::io::Write

Constants

  • constants::HTTPS_PORT
  • constants::HTTP_PORT
  • dns::DNS_PORT
  • netc::AF_INET
  • netc::SOCK_DGRAM
  • netc::SOCK_STREAM
  • socket::tls::MAX_FRAGMENT_LENGTH