chopin-orm-macro 0.5.26

Procedural macros for the Chopin ORM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# chopin-orm-macro

[![Build status](https://github.com/kowito/chopin/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/kowito/chopin/actions/workflows/CI.yml)
[![Crates.io](https://img.shields.io/crates/v/chopin-orm-macro)](https://crates.io/crates/chopin-orm-macro)
[![Downloads](https://img.shields.io/crates/d/chopin-orm-macro.svg)](https://crates.io/crates/chopin-orm-macro)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kowito/chopin/blob/main/LICENSE)
[![Rust](https://img.shields.io/badge/rust-1.75+-blue.svg)](https://www.rust-lang.org)

> **High-fidelity engineering for the modern virtuoso.**

`chopin-orm-macro` provides procedural macros that generate ORM boilerplate for `chopin-orm`, enabling zero‑allocation query construction and type‑safe mappings.