Update the compiler to be aware of Hash

This commit is contained in:
Ayaz Hafiz 2022-10-04 10:22:22 -05:00
parent 76510ec323
commit eadbc0912a
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 217 additions and 171 deletions

View file

@ -85,6 +85,7 @@ impl ModuleName {
pub const BOX: &'static str = "Box";
pub const ENCODE: &'static str = "Encode";
pub const DECODE: &'static str = "Decode";
pub const HASH: &'static str = "Hash";
pub const JSON: &'static str = "Json";
pub fn as_str(&self) -> &str {