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
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
By default, rustodc assumes that the name of your crate is the same name
as the .rs file. --crate-name lets you override this assumption with
whatever name you choose.
Should we keep this flag or not?
The text was updated successfully, but these errors were encountered:
This issue is part of #125
--crate-name
: controlling the name of the crateUsing this flag looks like this:
By default,
rustodc
assumes that the name of your crate is the same nameas the
.rs
file.--crate-name
lets you override this assumption withwhatever name you choose.
Should we keep this flag or not?
The text was updated successfully, but these errors were encountered: