reference
reference copied to clipboard
Add documentation for raw-dylib and link_ordinal
- Documents the
raw-dyliblink kind (https://github.com/rust-lang/rust/issues/58713), including how it differs fromdylib. - Documents the
link_ordinalattribute (https://github.com/rust-lang/rust/pull/89025).
@ehuss or @michaelwoerister can I please get a review?
Seems fine to me. It looks like there is an exception for x86 that isn't mentioned here. Perhaps a small note like "is only supported on Windows and is not supported on target_arch="x86"" or something like that.
Merging this has to wait for the rust stabilization PR to merge.
Seems fine to me. It looks like there is an exception for x86 that isn't mentioned here. Perhaps a small note like "is only supported on Windows and is not supported on
target_arch="x86"" or something like that.Merging this has to wait for the rust stabilization PR to merge.
@ehuss The stabilization PR has been merged, and I added a not about being unsupported on x86.