#iced #icons #fa-iced

fa-iced

A Font Awesome library written in Rust for the iced UI framework

13 releases (4 breaking)

Uses new Rust 2024

new 0.5.2 May 3, 2025
0.5.1 Apr 30, 2025
0.4.5 Apr 30, 2025
0.3.0 Apr 23, 2025
0.1.4 Apr 20, 2025

#355 in GUI

Download history 471/week @ 2025-04-15 488/week @ 2025-04-22 506/week @ 2025-04-29

1,465 downloads per month

MIT license

1MB
112 lines

Rust FA-Iced

A basic Font Awesome library written in Rust. The basic library functions can be used with any Rust UI framework, but the helper functions are primarily intended for use with the iced UI framework. Maybe if I have time I will separate the iced helper functions into a feature.

Currently built against iced version 0.13.1.

Testing

cargo test                  # Run unit tests
cargo test -- --ignored     # Manually run integration tests
cargo test -- --nocapture   # Show the println!() output

References

Dependencies

~24–44MB
~739K SLoC