This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
707d2ebb5b
rust
/
library
/
core
/
src
/
ptr
History
Download ZIP
Download TAR.GZ
Ralf Jung
31c3c04498
make ptr::invalid not the same as a regular int2ptr cast
2022-05-20 17:16:41 +02:00
..
const_ptr.rs
Fill-in tracking issues for features pointer_byte_offsets, const_pointer_byte_offsets and pointer_is_aligned
2022-05-12 12:54:21 +04:00
metadata.rs
Fix a few misspellings.
2021-06-25 13:18:56 -07:00
mod.rs
make ptr::invalid not the same as a regular int2ptr cast
2022-05-20 17:16:41 +02:00
mut_ptr.rs
Fill-in tracking issues for features pointer_byte_offsets, const_pointer_byte_offsets and pointer_is_aligned
2022-05-12 12:54:21 +04:00
non_null.rs
docs: add link explaining variance to NonNull docs
2022-05-03 11:57:24 -04:00
unique.rs
Implement
core::ptr::Unique
on top of
NonNull
2022-04-14 19:35:40 +02:00