-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bytes::with_vtable
Can it be opened for external use
#526
Comments
path: pub(crate) struct Vtable
// Change to
pub struct Vtable path: pub(crate) unsafe fn with_vtable
// Change to
pub unsafe fn with_vtable path: // add
pub use crate::bytes::Vtable; |
Why not open a PR then? |
It is an eventual goal to make it public, but there are unresolved questions around forwards-compatibility.
|
Draft
Closing as duplicate of #437. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just want to use it to use shared memory, but it
pub(crate) unsafe fn with_vtable
andpub(crate) struct Vtable
, Hope to change to remote(crate)
The text was updated successfully, but these errors were encountered: