Expand description
A Rust wrapper for https://whichfaceisreal.com 🎠🦀
§Installation
Put wfir = "0.1" in your Cargo.toml:
[dependencies]
wfir = "0.1"§Usage
Look at the test file.
Structs§
- Faces
- The base struct for the fetched faces.
Functions§
- get_
faces - Asynchronously fetch the faces.
- get_
faces_ sync - Synchronously fetch the faces.