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
1,465 downloads per month
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
- Rust
- Font Awesome Icons
- Iced Website
- Iced Book
- This project loosely follows Conventional Commits.
Dependencies
~24–44MB
~739K SLoC