shopify_storefront 0.1.0

Unofficial Rust client for the Shopify Storefront API
Documentation
# shopify_storefront

*⚠️ This package is fresh, untested and under heavy development. It should not be used in production.*

Unofficial Rust client for the [Shopify Storefront API](https://shopify.dev/docs/api/storefront/latest).


## Installation

Add the following to your `Cargo.toml`:

```toml
[dependencies]
shopify_storefront = "0.1.0"
```

Alternatively, with the CLI:

```
cargo add shopify_storefront
```


## Disclaimer & License

This is an unofficial, community-maintained Rust client for the Shopify Storefront API. It is not affiliated with, endorsed by, or supported by Shopify Inc.

This project is dual-licensed under the MIT License and Apache License 2.0. See [LICENSE-MIT](../LICENSE-MIT) and [LICENSE-APACHE](../LICENSE-APACHE) for details.