Hacker News new | past | comments | ask | show | jobs | submit login

Where can I find details like this about Rust?



The Rustonomicon is a good start, on fat pointers: https://doc.rust-lang.org/nomicon/exotic-sizes.html

> Because they lack a statically known size, these types can only exist behind a pointer. Any pointer to a DST consequently becomes a wide pointer consisting of the pointer and the information that "completes" them (more on this below).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: