flp-0.1.0.0: A layout spec language for memory managers implemented in Rust.

Safe HaskellNone
LanguageHaskell2010

Language.Floorplan.Rust.Types

Synopsis

Documentation

data RustItem Source #

Stripped-down Rust Impl item with just the pieces we care about (name and item entries) so that we can merge lists of impls together by NameID equality.

Constructors

RustImpl 

Fields

TopLevel [Item Span] 
Instances
Show RustItem Source # 
Instance details

Defined in Language.Floorplan.Rust.Types