We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb0bcb commit 13e6ab2Copy full SHA for 13e6ab2
turbopack/crates/turbo-bincode/src/lib.rs
@@ -1,5 +1,6 @@
1
#[doc(hidden)]
2
pub mod macro_helpers;
3
+pub mod serde_self_describing;
4
5
use std::{any::Any, ptr::copy_nonoverlapping};
6
0 commit comments