fa-iced 0.5.1

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

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