luminance-derive

Crates.ioluminance-derive
lib.rsluminance-derive
version0.10.0
sourcesrc
created_at2019-08-23 12:15:32.31452
updated_at2022-04-13 06:24:02.099319
descriptionProcedural macros for deriving luminance traits
homepagehttps://github.com/phaazon/luminance-rs
repositoryhttps://github.com/phaazon/luminance-rs
max_upload_size
id159188
size34,606
Dimitri Sabadie (hadronized)

documentation

https://docs.rs/luminance-derive

README

luminance-derive

Derive procedural macros for luminance.

This crate exports several macros used to ease development with luminance. You are strongly advised to read the documentation of luminance in the first place.

Vertex

This macro allows to derive the Vertex trait for a custom struct type.

See the full documentation here

Semantics

This macro allows to derive the Semantics trait for a custom enum type.

See the full documentation here

UniformInterface

This macro allows to derive the [UniformInterface] trait for a custom struct type.

See the full documentation here

Commit count: 1990

cargo fmt