Docs.rs
forward-dll-0.1.7
forward-dll 0.1.7
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hamflx
Dependencies
forward-dll-derive ^0.1
normal
windows-sys ^0.35.0
normal
Versions
25%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate forward_dll
Version 0.1.7
All Items
Modules
Macros
Structs
Enums
Traits
Type Definitions
Derive Macros
?
Crate
forward_dll
source
·
[
−
]
Modules
utils
Macros
count
define_function
forward_dll
生成转发的导出函数,以及初始化方法,须在 DllMain 中调用初始化方法,以使生成的函数指向转发的目标函数。
Structs
DllForwarder
DLL 转发类型的具体实现。该类型不要自己实例化,应调用 forward_dll 宏生成具体的实例。
Enums
ForwardError
Traits
ForwardModule
Type Definitions
ForwardResult
Derive Macros
ForwardModule