Skip to main content

Crate rustlens_lib

Crate rustlens_lib 

Source
Expand description

Rustlens - Rust Code Inspector Library

A comprehensive library for analyzing Rust code, parsing cargo metadata, and providing a beautiful TUI for code inspection.

Re-exports§

pub use app::App;
pub use error::Result;
pub use error::RustlensError;

Modules§

analyzer
Rust code analyzer module
app
Application module
config
Configuration system for Rustlens
crates_io
Fetch crate metadata from crates.io API and optional GitHub repo metrics. Uses timeout and response size limit for safety. Intended to be run from a background thread.
error
Error types for Rustlens
ui
User interface module
utils
Utility functions and helpers