Expand description
The core library of Iced.
This library holds basic types that can be reused and re-exported in different runtime implementations.

Re-exports§
pub use alignment::Alignment;pub use border::Border;pub use clipboard::Clipboard;pub use event::Event;pub use font::Font;pub use gradient::Gradient;pub use layout::Layout;pub use overlay::Overlay;pub use renderer::Renderer;pub use text::Text;pub use widget::Widget;
Modules§
- Align and position widgets.
- Draw lines around containers.
- Access the clipboard.
- Handle events of a user interface.
- Load and use fonts.
- Colors that transition progressively.
- Load and draw raster graphics.
- Listen to keyboard events.
- Position your widgets properly.
- Handle mouse events.
- Display interactive elements on top of other widgets.
- Write your own renderer.
- Load and draw vector graphics.
- Draw and interact with text.
- Keep track of time, both in native and web platforms!
- Build touch events.
- Create custom widgets and operate on them.
- Build window-based GUI applications.
Macros§
- Creates a
Colorwith shorter and cleaner syntax.
Structs§
- A color in the
sRGBcolor space. - Degrees
- A generic
Widget. - The hasher used to compare layouts.
- An amount of space to pad for each side of a box
- An amount of logical pixels.
- A 2D point.
- Radians
- A rectangle.
- A shadow.
- A connection to the state of a shell.
- An amount of space in 2 dimensions.
- A
SmolStris a string type that has the following properties: - A 2D transformation matrix.
- A 2D vector.
Enums§
- The background of some element.
- The strategy used to fit the contents of a widget to its bounding box.
- The strategy used to fill space in a specific dimension.