Skip to main content

Crate ld_core_derive

Crate ld_core_derive 

Source
Expand description

Derive macros for the ld-core library. Not meant to be used directly: ld-core re-exports them behind its derive feature.

Derive Macrosยง

Deserialize
Derives the FromLinkedData deserialization traits from #[ld(...)] attributes.
Serialize
Derives the LinkedData serialization traits from #[ld(...)] attributes.