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

#1463 in GUI

Download history 5334/week @ 2024-08-18 5831/week @ 2024-08-25 5657/week @ 2024-09-01 5935/week @ 2024-09-08 6926/week @ 2024-09-15 7679/week @ 2024-09-22 8626/week @ 2024-09-29 6318/week @ 2024-10-06 6807/week @ 2024-10-13 5382/week @ 2024-10-20 5961/week @ 2024-10-27 5563/week @ 2024-11-03 4464/week @ 2024-11-10 5022/week @ 2024-11-17 6032/week @ 2024-11-24 5644/week @ 2024-12-01

21,745 downloads per month
Used in 162 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–17MB
~300K SLoC