#rust
Read more stories on Hashnode
Articles with this tag
The header image shows an orange bell pepper sitting on a wooden cutting board. The same bell pepper has been mirrored into the right half of the...
Reducing API complexity with an embedded reference counter. ยท In this post: Heap only types: Where do they appear? Handling heap only types: Box, Rc and...
In this post: Rust references, opaque handles and ownership Likely pitfalls or: c_void isn't (yet) C's void One big caveat Lifetime-generic opaque...