iced_rizzen

Crates.ioiced_rizzen
lib.rsiced_rizzen
version0.14.0
created_at2026-01-03 15:46:51.944236+00
updated_at2026-01-03 15:46:51.944236+00
descriptionExtra widgets for official releases of iced GUI library.
homepage
repositoryhttps://github.com/rizzen-yazston/iced_rizzen
max_upload_size
id2020366
size225,209
Rizzen (rizzen-yazston)

documentation

README

= {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).

Commit count: 0

cargo fmt