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

#1504 in GUI

Download history 8539/week @ 2024-09-25 7695/week @ 2024-10-02 6553/week @ 2024-10-09 6231/week @ 2024-10-16 5514/week @ 2024-10-23 5876/week @ 2024-10-30 4496/week @ 2024-11-06 5182/week @ 2024-11-13 5232/week @ 2024-11-20 6386/week @ 2024-11-27 5593/week @ 2024-12-04 7970/week @ 2024-12-11 5761/week @ 2024-12-18 3570/week @ 2024-12-25 5949/week @ 2025-01-01 6637/week @ 2025-01-08

23,116 downloads per month
Used in 169 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
~308K SLoC