In rustc, there are 4 code models. You can see the list by typing rustc --print code-models
:
Available code models:
small
kernel
medium
large
What do they mean?
In rustc, there are 4 code models. You can see the list by typing rustc --print code-models
:
Available code models:
small
kernel
medium
large
What do they mean?