Expand description
Procedural macros for Venus reactive notebook environment.
This crate provides the #[venus::cell] attribute macro that marks functions
as notebook cells. The macro is a passthrough in library mode (for cargo build),
while the Venus runtime interprets these attributes for reactive execution.
Attribute Macrosยง
- cell
- Marks a function as a notebook cell.