fa-iced 0.4.2

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

Rust FA-Iced

A Font Awesome library written in Rust using the iced UI framework.

Currently build 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