Skip to main content

Module builder

Module builder 

Source

Re-exports§

pub use ExternalPortId as _;
pub use CycleId as _;
pub use ClockId as _;
pub use SidecarId as _;
pub use StmtId as _;
pub use HandoffId as _;

Structs§

ClockId
ID for clocks (ticks).
CycleId
ID for a crate::location::Location::forward_ref cycle.
ExternalPortId
ID for an external output.
FlowBuilder
HandoffId
ID for a handoff channel in the simulator.
SidecarId
ID for user-owned sidecars.
StmtId
ID for a statement in the emitted DFIR graph.

Enums§

Sidecar
A compile-time directive to spawn a future on a location’s LocalSet alongside the DFIR scheduler.