ferros-mir

Crates.ioferros-mir
lib.rsferros-mir
version0.0.0
created_at2025-11-13 20:32:04.817203+00
updated_at2025-11-13 20:32:04.817203+00
descriptionMIR integration, introspection, and analysis for Ferros.
homepage
repositoryhttps://github.com/jamallyons/ferros
max_upload_size
id1931836
size2,644
Jamal (JamalLyons)

documentation

README

ferros-mir

MIR integration, introspection, and analysis for Ferros.

Overview

ferros-mir provides Rust-specific debugging capabilities by integrating with the Rust compiler's Mid-level Intermediate Representation (MIR), enabling:

  • MIR block traversal and analysis
  • Symbolic execution
  • Type inspection and variable lifetime analysis
  • MIR visualization and interpretation
  • Compiler integration hooks

Usage

Add ferros-mir to your Cargo.toml:

[dependencies]
ferros-mir = "0.0.0"

Features

  • MIR introspection and analysis
  • Symbolic execution engine
  • Type and lifetime inspection
  • Integration with Rust compiler internals

License

Licensed under the Apache License, Version 2.0. See the repository for details.

Commit count: 0

cargo fmt