roomrs-macros 0.2.2

Procedural macros for roomrs (internal crate)
Documentation
1
2
3
4
5
6
7
8
9
# roomrs-macros

Procedural macros for [roomrs](https://github.com/yongaru/roomrs), including `#[entity]`, `#[dao]`, `#[query]`, `#[database]`, and migration-related helpers. The macros generate SQLite persistence code and validate SQL against schema snapshots at compile time.

## Usage

This is an internal implementation crate. Application code should normally depend on [`roomrs`](https://crates.io/crates/roomrs), which re-exports these macros.

See the [repository README](https://github.com/yongaru/roomrs#readme) for declarations and schema workflow.