8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
//! Configuration settings for this Rhai build
|
|
//!
|
|
//! This file is auto-generated from `build.template`
|
|
|
|
/// Fixed hashing seeds for stable hashing.
|
|
/// Set to [`None`] to disable stable hashing.
|
|
pub const AHASH_SEED: Option<[u64; 4]> = {{AHASH_SEED}};
|