karbon-macros
Procedural macros for the Karbon full-stack Rust framework.
Macros
Controller
Insertable
// auto-sets created_at
// dto.insert(pool).await? → returns last_insert_id
Updatable
// auto-sets updated_at
// dto.update(pool).await?
Part of Karbon
This crate is not meant to be used standalone. It is part of the Karbon framework.
License
AGPL-3.0-or-later — see LICENSE