wfir 0.1.1

A Rust wrapper for <https://whichfaceisreal.com> 🎭 🦀
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# wfir: A Rust wrapper for https://whichfaceisreal.com 🎭 🦀


## Installation


Put `wfir = "0.1"` in your `Cargo.toml`:
```toml
[dependencies]
wfir = "0.1"
```

## Usage


Look at the [test file](tests/test.rs).