example_dylib 0.1.0

Example dynamic link library for executing tests of libraries that load and operate on dynamic link libraries
Documentation
  • Coverage
  • 7.14%
    1 out of 14 items documented0 out of 7 items with examples
  • Size
  • Source code size: 2.52 kB
  • Documentation size: 411.90 kB
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • szymonwieloch
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.