fa-iced

Crates.iofa-iced
lib.rsfa-iced
version0.5.6
created_at2025-04-16 15:29:45.174053+00
updated_at2025-06-08 02:37:56.278377+00
descriptionA Font Awesome library written in Rust for the iced UI framework.
homepagehttps://github.com/NathanLaan/fa-iced
repositoryhttps://github.com/NathanLaan/fa-iced
max_upload_size
id1636585
size2,632,401
Nathan (NathanLaan)

documentation

README

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.

Changelog

  • v0.5.5: Add additional plus and minus icons.
  • v0.5.4: Add additional user icons. Cleaned up code docs.
  • v0.5.3: Add list icons.

Testing

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

References

Commit count: 24

cargo fmt