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

#1416 in GUI

Download history 4105/week @ 2024-07-09 4675/week @ 2024-07-16 4992/week @ 2024-07-23 5456/week @ 2024-07-30 5682/week @ 2024-08-06 6014/week @ 2024-08-13 5337/week @ 2024-08-20 5809/week @ 2024-08-27 5854/week @ 2024-09-03 5656/week @ 2024-09-10 7345/week @ 2024-09-17 8078/week @ 2024-09-24 8054/week @ 2024-10-01 6634/week @ 2024-10-08 6579/week @ 2024-10-15 5447/week @ 2024-10-22

28,194 downloads per month
Used in 151 crates (23 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

~5–17MB
~290K SLoC