iced_rizzen 0.14.0

Extra widgets for official releases of iced GUI library.
Documentation
  • Coverage
  • 94.47%
    222 out of 235 items documented0 out of 126 items with examples
  • Size
  • Source code size: 225.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 50s Average build duration of successful builds.
  • all releases: 50s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rizzen-yazston/iced_rizzen
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rizzen-yazston

= {iced} extra widgets Rizzen Yazston :iced-git: https://github.com/iced-rs/iced :iced: pass:q[iced] :iced_core: pass:q[iced_core] :iced_runtime: pass:q[iced_runtime] :iced_widget: pass:q[iced_widget]

Welcome to the {iced} extra widgets project.

This repository contains widgets that can be used with a release version of {iced}. Generally the development work of these widgets are done in the GitHub rizzen-yaston/iced_experimental repository, and then ported to this crate.

The version number (major and minor) will match the release version of iced, for easy matching these releases to iced releases. The patch number, will normally contain new widgets, or updated widgets for specific release of iced.

Widgets may be accepted into various {iced} crates and thus these widgets will be removed from the crate. See the CHANGELOG.asciidoc for disappearing widgets to find out where they have gone to.

== Dependencies

  • {iced-git}[{iced_widget}]: Current iced version is 0.14.0.

== Current widgets

=== Custom widgets

  • CellGrid: A widget containing scrollable grid of cells, where the column labels and row labels are always visible. Contains the various helper structs that are used for the CellGrid widget. Contains optional extra Cell widget, and optional theme styling for Text and TextInput widgets of iced. Seesrc/widget/cellgrid/README.asciidoc for more information on the CellGrid widget.

== Alternative iced components.

  • Length: Has additional variants.

  • Range: Is a new struct (used in new variants of Length).