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 bb6a151 commit 353a2c5Copy full SHA for 353a2c5
core/src/lib.rs
@@ -1,7 +1,4 @@
1
pub mod read;
2
pub mod write;
3
4
-/// The context used for serialization.
5
-pub type ContextPtr = *mut std::ffi::c_void;
6
-
7
pub type InternedStringId = usize;
0 commit comments