megacommerce-shared 0.4.77

Shared utils, models, config, ... for MegaCommerce Platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(any(feature = "models", feature = "all"))]
pub mod models;

#[cfg(any(feature = "utils", feature = "all"))]
pub mod utils;

#[cfg(any(feature = "store", feature = "all"))]
pub mod store;

#[cfg(any(feature = "macros", feature = "all"))]
pub use megacommerce_shared_sanitize_derive::sanitize_app_error;