Skip to content

implicit lets #13

@ModProg

Description

@ModProg

add variant to context! etc. macros to create the necessary let bindings for
all values.
i.e.

context!(let context = {a => String::from("hello")});

should expand to

let a = String::from("hello");
let context = context!(a);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions