Skip to content

Commit 865a9b5

Browse files
committed
Add Align type
TODO: Commit message body TODO: Tests
1 parent df8e57a commit 865a9b5

File tree

2 files changed

+443
-1
lines changed

2 files changed

+443
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ default-features = false
4949
optional = true
5050

5151
[dev-dependencies]
52+
# WARNING: Struct field byte offset is a problem which has a history of being
53+
# difficult to solve soundly in Rust. There's no reason to believe that
54+
# `memoffset` in particular has done anything wrong, but we should still
55+
# scrutinize it more closely if we ever intend to move this to a non-dev
56+
# dependency.
57+
memoffset = "0.6.5"
5258
rand = "0.6"
5359
rustversion = "1.0"
5460
static_assertions = "1.1"

0 commit comments

Comments
 (0)