Skip to content

Commit 43d8938

Browse files
committed
Exported reactive-macros in the cache module for easy use when macros is enabled.
1 parent 42dfc17 commit 43d8938

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cache/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ pub use signal::Signal;
1414
pub(crate) trait Observable {
1515
fn invalidate(&'static self);
1616
}
17+
18+
#[cfg(feature = "macros")]
19+
#[cfg_attr(docsrs, doc(cfg(feature = "macros")))]
20+
pub use reactive_macros::*;

0 commit comments

Comments
 (0)