Skip to content

v0.9.2

Choose a tag to compare

@dannote dannote released this 07 Jul 14:50
· 86 commits to master since this release
  • Improve Rusty-Elixir propagation and borrow inference for fallible option
    cases, some(...), unwrap_or, decode_as!, map_get, fallible reference
    access, list/slice arguments, loop bindings, and method arguments.
  • Improve callable metadata lookup for qualified method receivers and add corpus
    coverage for impl Into<Option<T>> argument propagation.
  • Refresh README, guide, skill, and module docs around inference-first authoring
    with less explicit unwrap!, ref, and mut_ref boilerplate.