Cargo Features

fluid has no features set by default.

[dependencies]
fluid = { version = "0.4.1", features = ["debug", "float"] }
debug

Not intended for the user: this feature shows the code generated by the proc macros.

Enables debug of fluid_attributes

float = num-traits

Add the precision for floats

Affects be_equal_to::precision

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

num-traits float?