Expand description

Common abstractions used by all Rune proc blocks.

Feature Flags

This crate has the following cargo feature flags:

  • derive - re-export the #[derive(ProcBlock)] from the hotg-rune-proc-block-macros crate

Structs

A description of everything a particular proc block is capable of.

A multidimensional array with copy-on-write semantics.

Enums

Constants

This crate’s version.

Traits

The base trait that all proc blocks must implement.

Process some data, transforming it from one form to another.

Derive Macros

Derive the ProcBlock trait for a particular type.