Rust FA-Iced
A Font Awesome library written in Rust using the iced UI framework.
Currently build against iced version 0.13.1.
Testing
References
- Rust
- Font Awesome Icons
- Iced Website
- Iced Book
- This project loosely follows Conventional Commits.
A Font Awesome library written in Rust using the iced UI framework.
Currently build 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