[][src]Crate xio_jobset_compilation

Compilation of XIO jobsets for deployment on a device.

Structs

CompiledJobSet

A compiled jobset which can be deployed to a XIO device.

CompiledParameterSet

A compiled parameter set to be used in a XIO jobset.

Error

Error produced by functions in this crate.

HardwareTarget

A XIO hardware target for which a jobset gets compiled.

Enums

ErrorKind

An enum containing all error kinds produced by this crate.

Traits

XioJobSetCompile

A trait for XIO jobset compilation.