meplang 0.1.7

An EVM low-level language that gives full control over the control flow of the smart contract.
Documentation
1
2
3
4
5
6
7
8
9
10
unstable_features = true

edition = "2021"

hex_literal_case = "Lower"

imports_layout = "HorizontalVertical"

match_block_trailing_comma = true

max_width = 120

imports_granularity = "Module"

group_imports = "StdExternalCrate"

newline_style = "Unix"

blank_lines_upper_bound = 1