Crate analyzer

Version:
0.0.1

This crate provides a library for analyzing Rust code.

Tip

We can now integrate its documentation with Sphinx!

Modules

analyze

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

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