example_dylib 0.1.0

Example dynamic link library for executing tests of libraries that load and operate on dynamic link libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "example_dylib"
version = "0.1.0"
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>"]
license = "MIT"
description = "Example dynamic link library for executing tests of libraries that load and operate on dynamic link libraries"

[lib]
name = "example"
crate-type = ["cdylib"]

[dependencies]
libc = "0.2.29"