| Crates.io | fa-iced |
| lib.rs | fa-iced |
| version | 0.5.6 |
| created_at | 2025-04-16 15:29:45.174053+00 |
| updated_at | 2025-06-08 02:37:56.278377+00 |
| description | A Font Awesome library written in Rust for the iced UI framework. |
| homepage | https://github.com/NathanLaan/fa-iced |
| repository | https://github.com/NathanLaan/fa-iced |
| max_upload_size | |
| id | 1636585 |
| size | 2,632,401 |
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.
cargo test # Run unit tests
cargo test -- --ignored # Manually run integration tests
cargo test -- --nocapture # Show the println!() output