Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions data/memoffset.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
description = """
Most of the functionality of this crate now exists in `std::mem::offset_of!` as \
of Rust 1.77.

The functionality of `span_of!` does not exist in the standard library.
"""
url = "https://doc.rust-lang.org/std/mem/macro.offset_of.html"