uzor-panel-api 1.0.3

Panel API traits and types for uzor
Documentation
  • Coverage
  • 54.17%
    65 out of 120 items documented0 out of 0 items with examples
  • Size
  • Source code size: 22.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.39 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ZENG3LD/uzor
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ZENG3LD
uzor-panel-api-1.0.3 has been yanked.

Panel Application API

Defines the contract between the terminal orchestrator and autonomous panel crates. Each panel crate (chart, map, trading-panels, etc.) implements PanelApp to become a self-contained application that renders its own content, toolbar, and handles its own input.

The terminal orchestrator manages layout, focus, grouping, and system chrome. Panel crates own their rendering, toolbar, and actions.