| Crates.io | lenga_field_inspect_derive |
| lib.rs | lenga_field_inspect_derive |
| version | 1.0.0 |
| created_at | 2025-11-04 16:52:30.880143+00 |
| updated_at | 2025-11-04 16:52:30.880143+00 |
| description | Proc-macro derives for generating LanguageObject attributes objects for the Lenga package |
| homepage | |
| repository | https://github.com/lengalabs/lenga |
| max_upload_size | |
| id | 1916568 |
| size | 21,822 |
Macros for generating LanguageObject attribute objects for the Lenga package
[dependencies]
lenga_field_inspect_derive = "1.0.0"
#[derive(Debug, Clone, PartialEq, lenga_field_inspect_derive::FieldInspect)]
pub struct Declaration {
pub id: Uuid,
pub primitive_type: CType,
pub identifier: String,
pub value: Option<Box<ExpressionObject>>,
}
This macro package is not intended to be used outside of the source code of Lenga package