Skip to content
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

Model all memory operations in Ptr #859

Open
Tracked by #1939
joshlf opened this issue Feb 9, 2024 · 0 comments
Open
Tracked by #1939

Model all memory operations in Ptr #859

joshlf opened this issue Feb 9, 2024 · 0 comments
Milestone

Comments

@joshlf
Copy link
Member

joshlf commented Feb 9, 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 of Ptr, mostly without the need for unsafe code.

This issue tracks various designs that will be required in order to reach that goal.

@joshlf joshlf changed the title Publish unsafe utilities in their own crate Publish Ptr in its own crate Sep 9, 2024
@joshlf joshlf changed the title Publish Ptr in its own crate Model all memory operations in Ptr Oct 14, 2024
@joshlf joshlf modified the milestones: 0.9, 0.8 Oct 18, 2024
@joshlf joshlf mentioned this issue Oct 18, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant