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 6 items with examples
  • Size
  • Source code size: 2.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.56 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • 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.