#traits #ir #concepts #impls #defines

chalk-rust-ir

A library that defines the IR for Rust concepts like traits and impls

1 unstable release

0.10.0 Apr 30, 2020

#7 in #impls

23 downloads per month

Apache-2.0/MIT

505KB
10K SLoC

A library that defines the IR for Rust concepts like traits and impls.

See Github for up-to-date information.


lib.rs:

Contains the definition for the "Rust IR" -- this is basically a "lowered" version of the AST, roughly corresponding to [the HIR] in the Rust compiler.

Dependencies

~1.5MB
~36K SLoC