You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to compile a rust file is great for quickly adding functionality. But as the code grows you might want to split the files up into a few files or a crate. Rustimport seems to support compiling crates where .rustimport files are, it could be good to surface this functionality to the compile rust flags.
The text was updated successfully, but these errors were encountered:
Being able to compile a rust file is great for quickly adding functionality. But as the code grows you might want to split the files up into a few files or a crate. Rustimport seems to support compiling crates where
.rustimport
files are, it could be good to surface this functionality to the compile rust flags.The text was updated successfully, but these errors were encountered: