22 releases (12 breaking)

0.13.2 Sep 20, 2024
0.12.3 Mar 3, 2024
0.10.0 Jul 28, 2023
0.8.1 Feb 25, 2023
0.1.0 Nov 25, 2019

#1557 in GUI

Download history 5234/week @ 2024-11-19 6149/week @ 2024-11-26 5609/week @ 2024-12-03 7792/week @ 2024-12-10 5871/week @ 2024-12-17 3991/week @ 2024-12-24 5553/week @ 2024-12-31 6900/week @ 2025-01-07 9061/week @ 2025-01-14 6998/week @ 2025-01-21 6838/week @ 2025-01-28 10368/week @ 2025-02-04 7490/week @ 2025-02-11 6628/week @ 2025-02-18 8137/week @ 2025-02-25 5691/week @ 2025-03-04

29,578 downloads per month
Used in 184 crates (25 directly)

MIT license

330KB
7.5K SLoC

iced_core

Documentation Crates.io License Discord Server

iced_core holds basic reusable types of the public API. For instance, basic data types like Point, Rectangle, Length, etc.

This crate is meant to be a starting point for an Iced runtime.

The foundations


lib.rs:

The core library of Iced.

This library holds basic types that can be reused and re-exported in different runtime implementations.

The foundations of the Iced ecosystem

Dependencies

~6–18MB
~328K SLoC