Crate analyzer

Version: 0.0.2

pub mod analyzer;[source]

This crate provides a library for analyzing Rust code.

Tip

We can now integrate its documentation with Sphinx!

Requirement: Analyze a rust package RUST002 ../../../_images/arrow-right-circle.svg
tags: rust
links outgoing: RUST003, RUST004, RUST005, RUST006

We need to be able to analyze a rust package and extract the necessary information from it.

Modules

analyze

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

data_model

Data model for the analyzer