asajeffrey / shared-data

A Rust library for data structures living in shared memory.
Mozilla Public License 2.0
12 stars 2 forks source link

Alignment #8

Open asajeffrey opened 4 years ago

asajeffrey commented 4 years ago

When converting a SharedAddressRange to a &T we do a bounds check but not an alignment check.