Docs.rs
example_dylib-0.1.0
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
example_dylib 0.1.0
Example dynamic link library for executing tests of libraries that load and operate on dynamic link libraries
Crate
Source
Builds
Feature flags
Documentation
Coverage
7.14%
1
out of
14
items documented
0
out of
7
items with examples
Size
Source code size: 2.52 kB
Documentation size: 411.90 kB
Links
crates.io
Dependencies
libc ^0.2.29
normal
Versions
0.1.0
Owners
An example dynamically loadable library. This crate creates a dynamic library that can be used for testing purposes. It exports multiple symbols with different types and abis. It's main purpose is to be used in tests of dynlib crate.