Expand description
§revmc-backend
EVM bytecode compiler backend abstraction.
Re-exports§
pub use eyre;pub use ruint;pub use ruint::aliases::U256;
Modules§
Structs§
- Backend
Config - Backend configuration.
- Pointer
- A pointer to a value.
Enums§
- Attribute
- Function or parameter attribute.
- Call
Conv - Calling convention.
- Function
Attribute Location - Determines where on a function an attribute is assigned to.
- IntCC
- Integer comparison condition.
- Linkage
- Linkage type.
- Optimization
Level - Optimization level.
- Pointer
Base - The base of a pointer. Either an address or a stack slot.
- Tail
Call Kind - Tail call kind.
Traits§
Functions§
- format_
bytes - Returns a
Displayformatter for a byte count in human-readable form (e.g."1.5 KiB","3.2 MiB").