lenga_field_inspect_derive

Crates.iolenga_field_inspect_derive
lib.rslenga_field_inspect_derive
version1.0.0
created_at2025-11-04 16:52:30.880143+00
updated_at2025-11-04 16:52:30.880143+00
descriptionProc-macro derives for generating LanguageObject attributes objects for the Lenga package
homepage
repositoryhttps://github.com/lengalabs/lenga
max_upload_size
id1916568
size21,822
Geronimo Palavecino (geronimo-palavecino)

documentation

README

Lenga-Field-Inspect-Derive

Macros for generating LanguageObject attribute objects for the Lenga package

Usage

[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>>,
}

Disclaimer

This macro package is not intended to be used outside of the source code of Lenga package

Commit count: 0

cargo fmt