rhai/build.template
2022-10-15 12:04:14 +08:00

6 lines
196 B
Plaintext

//! Configuration settings for this Rhai build
/// Fixed hashing seeds for stable hashing.
/// Set to [`None`] to disable stable hashing.
pub const AHASH_SEED: Option<[u64; 4]> = {{AHASH_SEED}};