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
[dependencies.libc]
version = "0.2.29"

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

[package]
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>"]
description = "Example dynamic link library for executing tests of libraries that load and operate on dynamic link libraries"
license = "MIT"
name = "example_dylib"
version = "0.1.0"