The version currently under development.
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);
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.