Skip to content

Commit b65b326

Browse files
committed
Turbopack: Add a custom serde_self_describing Serializer/Deserializer
1 parent 3bb0bcb commit b65b326

File tree

4 files changed

+1144
-0
lines changed

4 files changed

+1144
-0
lines changed

turbopack/crates/turbo-bincode/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#[doc(hidden)]
22
pub mod macro_helpers;
3+
pub mod serde_self_describing;
34

45
use std::{any::Any, ptr::copy_nonoverlapping};
56

0 commit comments

Comments
 (0)