Registry / other / mun-hir

mun-hir

JSON →
library0.4.0rscratesunverified

Provides high-level intermediate representation of Mun code.

# Cargo.toml [dependencies] mun_hir = "0.4.0"
INSTALL
IMPORT
SIG · MUN-HIR
M
mun-hir
otherrustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HirDatabase
use mun_hir::HirDatabase;

Creates a HIR database for Mun code analysis.

use mun_hir::HirDatabase; fn main() { let db = HirDatabase::new(); // Use the database to query HIR information }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
mun-hir — cargo add mun-hir · libregistry