Docs.rs
forward-dll-mini-0.1.16
forward-dll-mini 0.1.16
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vsylva
Dependencies
implib ^0.3.2
normal
object ^0.32.2
normal
Versions
9.09%
of the crate is documented
This release has been yanked
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
forward_
dll_
mini
0.1.16
forward_dll_mini
Function
forward_dll_with_exports
Copy item path
Source
pub fn forward_dll_with_exports( dll_path: &
str
, exports: &[(
u32
, &
str
)], ) ->
Result
<
()
,
String
>