Use template to create config.rs.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//! 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]> = None;
|
||||
|
Reference in New Issue
Block a user