2022-10-15 06:04:14 +02:00
|
|
|
//! Configuration settings for this Rhai build
|
2022-10-25 14:53:27 +02:00
|
|
|
//!
|
|
|
|
//! This file is auto-generated from `build.template`
|
2022-10-15 06:04:14 +02:00
|
|
|
|
|
|
|
/// Fixed hashing seeds for stable hashing.
|
|
|
|
/// Set to [`None`] to disable stable hashing.
|
|
|
|
pub const AHASH_SEED: Option<[u64; 4]> = {{AHASH_SEED}};
|