megacommerce-shared 0.4.80

Shared utils, models, config, ... for MegaCommerce Platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# megacommerce-shared-rust

## Overview

This crate contains Rust types, models, utilities, configurations... Files used across 
the MegaCommerce Backend services (services that are written in Rust). 

## Usage

Add the dependency to your `Cargo.toml`:

```toml
[dependencies]
megacommerce-shared = "version"
```