SYMBOL INDEX (43 symbols across 5 files) FILE: data/render/src/bin/main.rs type Args (line 14) | struct Args { function parse_path (line 22) | fn parse_path(s: &OsStr) -> Result { function read_tags (line 26) | fn read_tags(path: PathBuf) -> Result { function read_tools (line 31) | fn read_tools(path: PathBuf) -> Result> { function backfill_deprecated (line 54) | fn backfill_deprecated(tools: &mut Vec) -> Result<()> { function main (line 74) | 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 67) | pub fn create_catalog(entries: &[Entry], languages: &[Tag], other_tags: ... function create_api (line 109) | pub fn create_api(catalog: Catalog, languages: &[Tag], other_tags: &[Tag... function test_slugify (line 181) | fn test_slugify() { function format_stats (line 195) | 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 18) | 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) -> Self { 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 71) | pub struct ParsedEntry { type ToolType (line 91) | 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 182) | fn get_tag(t: &str, tags: &[Tag]) -> Result { method partial_cmp (line 192) | fn partial_cmp(&self, other: &Entry) -> Option { method cmp (line 198) | fn cmp(&self, other: &Entry) -> Ordering { type EntryMap (line 203) | pub type EntryMap = BTreeMap>; type Catalog (line 207) | pub struct Catalog { type ApiEntry (line 219) | pub struct ApiEntry { type Api (line 242) | pub type Api = BTreeMap;