Crate bagel

source · []
Expand description

🥯 bagel: Always baked, never fried

bagel provides a collection of compile-time “magic” that we use frequently at Skytable.

What bagel can do

Macros

The def macro enables you to use the default declaration syntax.

Traits

Constant defaults

Derive Macros

The Constdef macro

Ctor: Get a constructor derived

Gtor: Get the getters derived

Stor: Get the setters derived