venus-macros
Procedural macros for Venus reactive notebook environment.
Overview
This crate provides the #[venus::cell] procedural macro that marks functions as notebook cells. It's re-exported by the venus crate, so you typically don't need to depend on this directly.
Usage
This crate is automatically included when you use the venus crate:
use *;
Documentation
For complete documentation, visit:
License
Licensed under the Apache License, Version 2.0. See LICENSE for details.