Crate sphinx_rust

Version: 0.0.2

pub mod sphinx_rust;[source]

The backend for the sphinx_rust Python package.

This module provides a Python interface to the analyzer crate.

Requirement: Integrate rust with sphinx RUST001 ../../../_images/arrow-right-circle.svg
tags: rust

We need to integrate Sphinx with Rust so that we can use the sphinx_rust backend to generate documentation for Rust code.

Modules

data_model

Mapping of the analyzer data model to pyo3 classes

data_query

Functions for querying the cache.

Structs

AnalysisResult

pyo3 representation of the result of an analysis

Functions

analyze_crate

analyse a crate and cache the results to disk