Try and fail to make nodes object-safe in node graph

This commit is contained in:
Dennis 2022-04-02 20:50:53 +02:00 committed by Keavon Chambers
parent 800fb4dbc1
commit 3243b80cf2
12 changed files with 200 additions and 64 deletions

View file

@ -2,9 +2,7 @@
#[cfg(feature = "caching")]
pub mod caching;
pub mod generic;
#[cfg(feature = "memoization")]
pub mod memo;
pub mod ops;
pub mod structural;
pub mod value;
pub use graphene_core::*;