Allows access to the Zyte API proxy service.
This is an unofficial, unstable, unfinished crate. However normal usage with HTTP GET
should work fine.
async
/await
usage so you must use an async executor e.g. https://github.com/tokio-rs/tokio.bash
cargo add zyte-api-rs
```rust use zyteapirs::ZyteApi;
async fn getgoogle() {
let zyteapi = ZyteApi::new("
```