You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our eventual goal for Ptr is that it encodes the complete taxonomy of (single-threaded) memory operations one might want to perform on values, references, containers, or other smart pointer types. When that is done, 100% of zerocopy should consist of uses of Ptr, mostly without the need for unsafe code.
This issue tracks various designs that will be required in order to reach that goal.
The text was updated successfully, but these errors were encountered:
joshlf
changed the title
Publish unsafe utilities in their own crate
Publish Ptr in its own crate
Sep 9, 2024
joshlf
changed the title
Publish Ptr in its own crate
Model all memory operations in PtrOct 14, 2024
Our eventual goal for
Ptr
is that it encodes the complete taxonomy of (single-threaded) memory operations one might want to perform on values, references, containers, or other smart pointer types. When that is done, 100% of zerocopy should consist of uses ofPtr
, mostly without the need forunsafe
code.This issue tracks various designs that will be required in order to reach that goal.
The text was updated successfully, but these errors were encountered: