Crate noise_functions_config

Source
Expand description

Configurable noise generator struct for the noise-functions crate.

Every enum of this crate implements FromStr, to_str and has a VARIANTS constant.

§Feature flags

  • std (enabled by default) — Uses floating point functions from the standard library.
  • libm — Required for no_std.
  • nightly-simd — Adds support for sampling with simd types.

Re-exports§

Structs§

Enums§