We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472d8ce commit 68a5bc8Copy full SHA for 68a5bc8
README.md
@@ -27,11 +27,11 @@ uv run pytest
27
28
```
29
├── src/
30
-│ ├── lean_spec/ # Main specification modules
+│ ├── lean_spec/ # Main specifications
31
│ │ ├── __init__.py
32
│ │ └── ...
33
-│ └── subspecs/ # Sub-specifications (EIPs)
34
-│ ├── poseidon2/ # Example implementation
+│ └── subspecs/ # Sub-specifications
+│ ├── poseidon2/
35
36
│ │ ├── poseidon2.py
37
0 commit comments