displays_types 0.1.0

Shared display-related data types used across the displays crate and platform backends
Documentation
  • Coverage
  • 52%
    13 out of 25 items documented0 out of 0 items with examples
  • Size
  • Source code size: 15.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 3s Average build duration of successful builds.
  • all releases: 1m 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • AndreasBackx/displays
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AndreasBackx

displays_types

displays_types is the shared base layer for common display types across the workspace.

Domain-specific type crates build on top of it: displays_logical_types for logical display state and displays_physical_types for physical display state.

Most users should start with the top-level displays crate instead of depending on this crate directly.

                 +------------------------+
                 |     displays_types     |
                 +------------------------+
                    ^        ^        ^
                    |        |        |
          +---------------+  |  +---------------------------+
          |   displays    |  |  |  displays_logical_types   |
          +---------------+  |  +---------------------------+
                 +---------------------------+
                 |  displays_phyiscal_types  |
                 +---------------------------+
                       ^                ^
                       |                |
        +-------------------------+  +---------------------------+
        | displays_physical_linux |  | displays_physical_windows |
        +-------------------------+  +---------------------------+