6 lines
196 B
Plaintext
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}};
|