Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Flag: crate name #132

Open
steveklabnik opened this issue Aug 10, 2017 · 2 comments
Open

Flag: crate name #132

steveklabnik opened this issue Aug 10, 2017 · 2 comments

Comments

@steveklabnik
Copy link
Owner

This issue is part of #125

--crate-name: controlling the name of the crate

Using this flag looks like this:

$ rustdoc src/lib.rs --crate-name mycrate

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?

@steveklabnik
Copy link
Owner Author

This seems important to keep, and I believe we even use something like it in the code already?

@euclio
Copy link
Contributor

euclio commented Aug 15, 2017

cc #155

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants