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

#1505 in GUI

Download history 6462/week @ 2024-10-05 6726/week @ 2024-10-12 5699/week @ 2024-10-19 5645/week @ 2024-10-26 5714/week @ 2024-11-02 4323/week @ 2024-11-09 5005/week @ 2024-11-16 5960/week @ 2024-11-23 6193/week @ 2024-11-30 6686/week @ 2024-12-07 7235/week @ 2024-12-14 4357/week @ 2024-12-21 4043/week @ 2024-12-28 6639/week @ 2025-01-04 9491/week @ 2025-01-11 5972/week @ 2025-01-18

26,671 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
~307K SLoC