Use template to create config.rs.

This commit is contained in:
Stephen Chung
2022-10-15 12:04:14 +08:00
parent 5035dcbf47
commit 9b226f321e
3 changed files with 22 additions and 15 deletions

5
build.template Normal file
View File

@@ -0,0 +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]> = {{AHASH_SEED}};