Skip to content

fluid-let 1.0.0

Latest
Compare
Choose a tag to compare
@ilammy ilammy released this 12 Oct 12:49
v1.0.0
50b3925

Stabilizing the API! 🎉

New features:

  • Convenience getters copied() and cloned() for copyable types.
  • Convenience setter fluid_set! for scoped assignment.

Unstable features:

  • "static-init" Cargo feature
    • fluid_let! allows 'static initializers:
      fluid_let!(static VARIABLE: Type = initial_value);