mirage-analyzer 1.3.0

Path-Aware Code Intelligence Engine for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Integration modules for external systems
//!
//! This module contains adapters and bridges for interacting with external
//! tools and systems that Mirage depends on or integrates with.

#[cfg(feature = "backend-geometric")]
pub mod magellan;

// Re-export key types for convenience

// Re-export utility functions