Hello there, 0.0.1 Alpha1 !
What's Changed
- Remove Annotator
- No Longer Need Grad Trait
New Syntax
- Call
my_crate::my_func(a, b, c);
Change Syntax
- Macro
#[grad(grad_type_1, grad_type_2, ....)]
fn some_func() -> out_type {
...
}
- Lit
No Longer Need Type Annotate
Full Changelog: v0.0.1-alpha...v0.0.1-alpha.1