We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0
The following must be completed:
linker macro option: #[dylink(..., linker=MyLinker)] (v0.6.1)
linker
#[dylink(..., linker=MyLinker)]
apply to independent functions
link_name
impl
self
test dylink on macOS
dylink
macOS
change win32 cwd to only use safe cwd (v0.6.0)
add System linker (v0.6.0)
System
function unloading (v0.6.0)
make Global (name tbd) public
Global
full documentation
additional pathing for vulkan mode
replace strip argument with some other error handling mechanism
strip
self macro option: #[dylink(self)]
#[dylink(self)]
The following are optional:
AtomicPtr
link_ordinal
The following are undecided for whether to be included:
Non-blocking, but nice to have features:
once_cell_try
sync_unsafe_cell
Rejected changes
LazyFn
LazyLib
fn_ptr_trait
try_trait_v2_residual
try_link
More features may be added to the prerequisite list before official release.
The text was updated successfully, but these errors were encountered:
v0.7.0 made all these features irrelevant. A new issue needs to be opened.
Sorry, something went wrong.
netizen-a
No branches or pull requests
The following must be completed:
linker
macro option:#[dylink(..., linker=MyLinker)]
(v0.6.1)apply to independent functions
link_name
macro option #24impl
blocksself
) without explicit types. #23test
dylink
onmacOS
change win32 cwd to only use safe cwd (v0.6.0)
add
System
linker (v0.6.0)function unloading (v0.6.0)
make
Global
(name tbd) publicfull documentation
additional pathing for vulkan mode
replace
strip
argument with some other error handling mechanismself
macro option:#[dylink(self)]
The following are optional:
AtomicPtr
link_ordinal
macro option; (probably incompatible withlink_name
when used at the same time)The following are undecided for whether to be included:
Non-blocking, but nice to have features:
once_cell_try
sync_unsafe_cell
Rejected changes
loading utilities aside from god objectdecided to go withLazyFn
LazyLib
insteadstabilization ofno longer neededfn_ptr_trait
, andtry_trait_v2_residual
refactortry_link
so that it can try again (v0.6.0)More features may be added to the prerequisite list before official release.
The text was updated successfully, but these errors were encountered: