rhai/build.template

6 lines
196 B
Plaintext
Raw Normal View History

2022-10-15 06:04:14 +02:00
//! 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}};