Crates.io | product-os-store-macros |
lib.rs | product-os-store-macros |
version | 0.0.3 |
source | src |
created_at | 2023-08-20 09:17:53.572078 |
updated_at | 2023-12-02 02:57:38.529335 |
description | Product OS : Store Macros provides a highly flexible higher order framework for defining SQL queries by using Rust directly. This crate is to be used with Product OS : Store. |
homepage | |
repository | |
max_upload_size | |
id | 949286 |
size | 87,688 |
Product OS : Store Macros provides a highly flexible higher order framework for defining SQL queries by using Rust directly. This crate is to be used with Product OS : Store.
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Use the Rust crate package manager cargo to install Product OS : Store Macros.
cargo add product-os-store-macros
or add Product OS : Store Macros to your cargo.toml [packages]
section.
product-os-store-macros = { version = "0.0.3", features = [], default-features = true, optional = false }
Product OS Store Macros provides a higher order farmework for defining SQL queries using Rust without needing to remember SQL syntax. The following is supported:
// Feature samples TODO
// Examples TODO
Contributions are not currently available but will be available on a public repository soon.