Package-level declarations
Types
Link copied to clipboard
Represents the type specification of a logic device. It does not contain any information about the device itself, but is only used to identify the device configuration. name is the name of the device retrieved from the property name. Do not use this class directly.
Link copied to clipboard
class PulverizationScope
Configuration DSL scope for configuring the pulverization.
Functions
Link copied to clipboard
fun pulverization(config: PulverizationScope.() -> Unit): Either<NonEmptyList<ConfigurationError>, PulvreaktConfiguration>
Entrypoint for the pulverization DSL used to configure the pulverization system.