shopify_function 2.1.0

Crate to write Shopify Functions in Rust.
Documentation
1
2
3
4
5
mod decimal;
mod json_value;

pub use decimal::Decimal;
pub use json_value::JsonValue;