[](https://github.com/dialecticch/nftfi-rs/actions?query=workflow%3A%22main%22)
client library for [nftfi](https://www.nftfi.com/) api
```rust
let client = NFTFiClient::new().expect("client");
let listings = client.get_listings().await.expect("listings");
```
License: MIT