Move protocol to workspace root.

This commit is contained in:
Michael Mikovsky
2026-05-31 08:58:08 -06:00
parent ca1daedebe
commit 0a44bc93de
29 changed files with 844 additions and 71 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ macro_rules! hashtest {
};
}
const MAP: [(&'static str, u32); 6] = [
const MAP: [(&str, u32); 6] = [
hashtest!("abc123"),
hashtest!("abc124"),
hashtest!("abc125"),