Skip to content

Commit

Permalink
reorder crate listings to match the order in the book (bluealloy#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevyor authored Feb 2, 2024
1 parent 457244b commit 93c7ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
The project has 4 main crates that are used to build revm. These are:

- `revm`: The main EVM library.
- `primitives`: Primitive data types.
- `interpreter`: Execution loop with instructions.
- `primitives`: Primitive data types.
- `precompile`: EVM precompiles.

## Testing with the binaries
Expand Down

0 comments on commit 93c7ba0

Please sign in to comment.