rustdoc: Add command line option parsing and a config record
This commit is contained in:
parent
21650d0212
commit
222cfbec64
2 changed files with 258 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
use std;
|
||||
use rustc;
|
||||
|
||||
mod config;
|
||||
mod parse;
|
||||
mod extract;
|
||||
mod attr_parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue