Skip to content

Instantly share code, notes, and snippets.

expressions: BinOp(
Mul,
Cell(
Variable {
col: Index(
Generic,
),
row: Curr,
},
),
This file has been truncated, but you can view the full file.
expressions: BinOp(
Mul,
Cell(
Variable {
col: Index(
Generic,
),
row: Curr,
},
),
python stack.py p2p_basic_incoming 1000
0x1000 => std::sys::sync::once::futex::Once::call
0x1000 => std::sys::sync::once::futex::Once::call
0x1000 => std::sys::sync::once::futex::Once::call
0x1000 => std::sys::sync::once::futex::Once::call
0x1000 => std::sys::sync::once::futex::Once::call
0x1000 => std::sys::sync::once::futex::Once::call
0x1000 => std::sys::sync::once::futex::Once::call
0x1000 => std::sys::sync::once::futex::Once::call
0x1000 => std::sys::sync::once::futex::Once::call
diff --git a/Cargo.toml b/Cargo.toml
index dc67426..0a55f9d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ license = "Apache-2.0"
serde = { version = "1.0", features = ["derive"], optional = true }
fuzzcheck = { git = "https://github.com/openmina/fuzzcheck-rs.git", optional = true }
enum_dispatch = "0.3.7"
+psm = "0.1.21"