Releases: ilammy/fluid-let
Releases · ilammy/fluid-let
fluid-let 1.0.0
Stabilizing the API! 🎉
New features:
- Convenience getters
copied()
andcloned()
for copyable types. - Convenience setter
fluid_set!
for scoped assignment.
Unstable features:
"static-init"
Cargo featurefluid_let!
allows'static
initializers:fluid_let!(static VARIABLE: Type = initial_value);
fluid-let 0.1.0
Initial release of fluid-let.
fluid_let!
macro for defining global dynamically-scoped variables.get()
andset()
methods with closure-based interface for querying and modifying the dynamic environment.