mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
9 lines
162 B
Rust
9 lines
162 B
Rust
#pragma once
|
|
|
|
namespace std::hash {
|
|
|
|
fn crc32(ref auto pattern, u32 init, u32 poly) {
|
|
return builtin::std::hash::crc32(pattern, init, poly);
|
|
};
|
|
|
|
} |