Skip to content

Commit d7ab272

Browse files
committed
backport node_obj_deserializer
1 parent 086cbc3 commit d7ab272

File tree

2 files changed

+437
-0
lines changed

2 files changed

+437
-0
lines changed

packages/cubejs-backend-native/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pub mod cross;
1111
pub mod gateway;
1212
pub mod logger;
1313
pub mod node_export;
14+
pub mod node_obj_deserializer;
1415
pub mod node_obj_serializer;
1516
#[cfg(feature = "python")]
1617
pub mod python;

0 commit comments

Comments
 (0)