We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55daf8d commit 380c263Copy full SHA for 380c263
crates/model/lib.rs
@@ -20,7 +20,7 @@ mod regressor;
20
mod stats;
21
22
/// A .modelfox file is prefixed with this magic number followed by a 4-byte little endian revision number.
23
-const MAGIC_NUMBER: &[u8] = b"modelfox\0";
+const MAGIC_NUMBER: &[u8] = b"tangram\0";
24
/// This is the revision number that this version of modelfox_model writes.
25
const CURRENT_REVISION: u32 = 0;
26
/// This is the oldest revision number that this version of modelfox_model can read.
0 commit comments