| Crates.io | zinq-schema |
| lib.rs | zinq-schema |
| version | 0.0.0 |
| created_at | 2025-09-16 11:18:22.637345+00 |
| updated_at | 2025-09-16 11:18:22.637345+00 |
| description | the core schema abstractions for zinq crates. |
| homepage | https://www.github.com/aacebo/zinq |
| repository | https://www.github.com/aacebo/zinq |
| max_upload_size | |
| id | 1841423 |
| size | 16,396 |
the core schema abstractions for zinq crates.
#[schema("user")]
pub struct User {
#[field("id")]
pub id: uuid::Uuid,
#[field("name")]
pub name: String,
}