Skip to main content

Crate fission_ir

Crate fission_ir 

Source

Re-exports§

pub use node_id::NodeId;
pub use op::AlignItems;
pub use op::CompositeScalar;
pub use op::CompositeStyle;
pub use op::EmbedKind;
pub use op::FlexDirection;
pub use op::FlexWrap;
pub use op::GridPlacement;
pub use op::GridTrack;
pub use op::JustifyContent;
pub use op::LayoutOp;
pub use op::Op;
pub use op::PaintOp;
pub use op::StructuralOp;
pub use semantics::ActionEntry;
pub use semantics::ActionSet;
pub use semantics::Role;
pub use semantics::Semantics;
pub use widget_id::WidgetNodeId;

Modules§

node_id
Content-addressed node identity.
op
semantics
Accessibility and interaction semantics.
widget_id
Widget-level identity, separate from IR node identity.

Structs§

CoreIR
CoreNode

Constants§

IR_VERSION

Type Aliases§

AnyRenderObject
A type-erased render object stored alongside IR nodes.