algoliasearch
algoliasearch is a (really incomplete) rust implemention of an algolia client.
usage
use Client;
// needs tokio as a dependency,
// tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
use tokio;
async
todo
- Add all the remaining calls