Skip to main content

Crate limen_build

Crate limen_build 

Source
Expand description

§limen-build — proc-macro front for limen-codegen

Provides the define_graph! { ... } macro which parses the Limen graph DSL and expands it into fully-typed Rust code via limen-codegen.

See limen-codegen crate docs for the DSL shape and the exact generated API.

Macros§

define_graph
Define a Limen graph using the DSL and expand it into generated Rust code.