Docs.rs
  • pixeldike-0.1.0
    • pixeldike 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ftsell
    • Dependencies
      • anyhow ^1.0.68 normal
      • async-trait ^0.1.73 normal
      • bytes ^1.3.0 normal
      • clap ^4.0.30 normal optional
      • framebuffer ^0.3.1 normal
      • futures-util ^0.3.25 normal optional
      • image ^0.25.0 normal optional
      • itertools ^0.12.0 normal
      • minifb ^0.25.0 normal optional
      • rand ^0.8.5 normal optional
      • thiserror ^1.0.38 normal
      • tokio ^1.35.0 normal
      • tokio-tungstenite ^0.21.0 normal optional
      • tracing ^0.1.37 normal
      • tracing-subscriber ^0.3.17 normal optional
      • quickcheck ^1.0.3 dev
      • tempfile ^3.3.0 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

pixeldike0.1.0

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • net::clients::TcpClient
  • net::clients::UdpClient
  • net::servers::TcpServer
  • net::servers::TcpServerOptions
  • net::servers::UdpServer
  • net::servers::UdpServerOptions
  • pixmap::Color
  • pixmap::InvalidCoordinatesError
  • pixmap::Pixmap
  • sinks::ffmpeg::FfmpegOptions
  • sinks::ffmpeg::FfmpegSink
  • sinks::framebuffer::FramebufferSink
  • sinks::framebuffer::FramebufferSinkOptions
  • sinks::framebuffer::Renderer
  • sinks::pixmap_file::FileSink
  • sinks::pixmap_file::FileSinkOptions

Enums

  • net::protocol::HelpTopic
  • net::protocol::Request
  • net::protocol::Response

Traits

  • net::clients::GenClient
  • net::servers::GenServer

Functions

  • net::protocol::parse_request_bin
  • net::protocol::parse_request_str
  • net::protocol::parse_response_bin
  • net::protocol::parse_response_str
  • sinks::pixmap_file::load_pixmap_file

Type Aliases

  • DaemonResult
  • pixmap::SharedPixmap