Crates.io | zino-derive |
lib.rs | zino-derive |
version | 0.36.1 |
created_at | 2022-12-29 08:12:44.293445+00 |
updated_at | 2025-08-27 02:04:13.327919+00 |
description | Derived traits for zino. |
homepage | https://github.com/zino-rs/zino |
repository | https://github.com/zino-rs/zino |
max_upload_size | |
id | 747202 |
size | 193,127 |
Derived traits for zino
.
The following traits can be derived:
Model
: General data model.ModelHooks
: Hooks for the model.Entity
: An interface for the model entity.DecodeRow
: A collection of values that can be decoded from a single row.Schema
: Database schema.ModelAccessor
: Access model fields.