SYMBOL INDEX (22 symbols across 4 files) FILE: build.rs function main (line 6) | fn main() -> Result<(), Box> { function generate (line 21) | fn generate(src_path: impl AsRef, dst_path: impl AsRef) -> i... function update_version_if_nightly (line 32) | fn update_version_if_nightly() { FILE: src/bin/names.rs function main (line 3) | fn main() { constant AUTHOR (line 15) | const AUTHOR: &str = concat!(env!("CARGO_PKG_AUTHORS"), "\n\n"); constant VERSION (line 16) | const VERSION: &str = env!("CARGO_PKG_VERSION"); function parse (line 18) | pub(crate) fn parse() -> Args { type Args (line 25) | pub(crate) struct Args { method naming (line 36) | pub(crate) fn naming(&self) -> Name { FILE: src/lib.rs constant ADJECTIVES (line 65) | pub const ADJECTIVES: &[&str] = &include!(concat!(env!("OUT_DIR"), "/adj... constant NOUNS (line 68) | pub const NOUNS: &[&str] = &include!(concat!(env!("OUT_DIR"), "/nouns.rs... type Name (line 71) | pub enum Name { method default (line 80) | fn default() -> Self { type Generator (line 90) | pub struct Generator<'a> { function new (line 113) | pub fn new(adjectives: &'a [&'a str], nouns: &'a [&'a str], naming: Name... function with_naming (line 132) | pub fn with_naming(naming: Name) -> Self { method default (line 138) | fn default() -> Self { type Item (line 144) | type Item = String; method next (line 146) | fn next(&mut self) -> Option { function rand_num (line 157) | fn rand_num(rng: &mut ThreadRng) -> u16 { FILE: tests/version-numbers.rs function test_readme_deps (line 2) | fn test_readme_deps() { function test_html_root_url (line 10) | fn test_html_root_url() {