A rust based sdk for e-commerce platform CS cart
```rust use cscartrs::Client; use serdejson::Value;
async fn getcategories() -> Result
let categories = client
.category()
.get_all().await;
categories
} ```
| Entity | Support |
| :---: | :-----: |
| cart | :whitecheckmark: |
| call requests | :clock9: |
| categories | :whitecheckmark: |
| discussions | :x: |
| languages | :x: |
| langvars | :x: |
| orders | :clock9: |
| pages | :x: |
| payment methods | :whitecheckmark: |
| products | :whitecheckmark: |
| product features | :x: |
| product variations | :x: |
| product variation group | :x: |
| product options | :x: |
| product option combination | :x: |
| product option exception | :x: |
| settings | :clock9: |
| shipments | :clock9: |
| shipping methods | :clock9: |
| statuses | :clock9: |
| stores | :x: |
| taxes | :clock9: |
| users | :whitecheckmark: |
| user groups | :clock9: |
| vendors | :whitecheckmark: |