= "2021"
= "Unix"
= true
= "Max"
= true
= 100
# Unstable features below
= true
= "Two"
= 100
= true
= true
= true
= true
= "Module"
= "StdExternalCrate"
= true
= true
= true
# To use these settings in vscode, add the following line to your settings:
# "rust-analyzer.rustfmt.overrideCommand": [
# "rustup",
# "run",
# "nightly-2022-07-27",
# "--",
# "rustfmt",
# "--edition",
# "2018",
# "--"
# ]
# and run "rustup toolchain install nightly-2022-07-27".