Amanieu / intrusive-rs

Intrusive collections for Rust
Apache License 2.0
412 stars 48 forks source link

Unify offset_of and offset_of_unsafe #15

Closed dtolnay closed 6 years ago

dtolnay commented 6 years ago

The new unified offset_of can be called whether or not the caller is in an unsafe block.

Amanieu commented 6 years ago

Thanks!