bagel 0.1.3

Compile-time evaluation and other tools
Documentation
🥯 `bagel`: Always baked, never fried `bagel` provides a collection of compile-time "magic" that we use frequently at [Skytable](https://github.com/skytable/skytable). ## What bagel can do - [`Constdef`](derive.Constdef.html): Derive constant, compile-time default implementations - [`Ctor`]: Derive constructors - [`Gtor`]: Derive getters - [`Stor`]: Derive setters - [`def`]: Use the [default declaration syntax](https://github.com/skytable/bagel#default-declaration-syntax)