Module analyze

pub mod analyze;

This module contains the code for analyzing the input Rust code and extracting the necessary information from it.

Modules

crate_

Analyze the crate

enum_

Analyze enums

module

Analyze modules

struct_

Analyze structs

type_

Analyze types

Structs

AnalysisResult

Result from a crate analysis

Crate

Representation of a crate

Enum

Representation of a Enum

Variant

Representation of a Enum variant

Module

Representation of a module

Field

Representation of a Struct field

Struct

Representation of a Struct

Enums

TypeSegment

A segment of a type signature