SYMBOL INDEX (42 symbols across 5 files) FILE: data/render/src/bin/main.rs type Args (line 13) | struct Args { function parse_path (line 21) | fn parse_path(s: &OsStr) -> Result { function read_tags (line 25) | fn read_tags(path: PathBuf) -> Result { function read_tools (line 30) | fn read_tools(path: PathBuf) -> Result> { function main (line 52) | fn main() -> Result<()> { FILE: data/render/src/lib.rs function valid (line 17) | fn valid(entry: &ParsedEntry, tags: &[Tag]) -> Result<()> { function check_deprecated (line 23) | pub async fn check_deprecated(token: String, entries: &mut Vec) -... function create_catalog (line 68) | pub fn create_catalog(entries: &[Entry], languages: &[Tag], other_tags: ... function create_api (line 110) | pub fn create_api(catalog: Catalog, languages: &[Tag], other_tags: &[Tag... function test_slugify (line 182) | fn test_slugify() { function format_stats (line 196) | pub fn format_stats(stats: StatsRaw) -> BTreeMap { FILE: data/render/src/lints.rs function name (line 6) | pub fn name(entry: &ParsedEntry, _: &[Tag]) -> Result<()> { function min_one_tag (line 17) | pub fn min_one_tag(entry: &ParsedEntry, _: &[Tag]) -> Result<()> { FILE: data/render/src/stats.rs type StatsRaw (line 6) | pub struct StatsRaw { type Data (line 13) | pub struct Data { type Result (line 21) | pub struct Result { type Metric (line 28) | pub struct Metric { type Stats (line 34) | pub struct Stats { type Summary (line 42) | pub struct Summary { type Store (line 52) | pub struct Store { type Ingester (line 66) | pub struct Ingester { FILE: data/render/src/types.rs type Type (line 10) | pub enum Type { type Tag (line 18) | pub struct Tag { method new (line 26) | fn new(name: &str, value: &str, tag_type: Type) -> Tag { type Tags (line 37) | pub type Tags = Vec; type EntryTags (line 39) | pub type EntryTags = BTreeSet; type Resource (line 42) | pub struct Resource { type Review (line 48) | pub struct Review { type Demo (line 53) | pub struct Demo { type Category (line 59) | pub enum Category { type ParsedEntry (line 73) | pub struct ParsedEntry { type ToolType (line 93) | pub enum ToolType { type Entry (line 103) | pub struct Entry { method is_c_cpp (line 123) | pub fn is_c_cpp(&self) -> bool { method from_parsed (line 134) | pub fn from_parsed(p: ParsedEntry, tags: &[Tag]) -> Result { function get_tag (line 167) | fn get_tag(t: &str, tags: &[Tag]) -> Result { method partial_cmp (line 177) | fn partial_cmp(&self, other: &Entry) -> Option { method cmp (line 183) | fn cmp(&self, other: &Entry) -> Ordering { type EntryMap (line 188) | pub type EntryMap = BTreeMap>; type Catalog (line 192) | pub struct Catalog { type ApiEntry (line 204) | pub struct ApiEntry { type Api (line 227) | pub type Api = BTreeMap;