cxx_mangle 0.1.0

Itanium C++ ABI based name mangling
Documentation
  • Coverage
  • 100%
    24 out of 24 items documented0 out of 4 items with examples
  • Size
  • Source code size: 7.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • per-os/cxx-mangle
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gqve0

cxx_mangle

Mangle names of functions for the ability to have a C++ ABI whilst allowing for overloading

Limitations

  • only supports types that Rust supports

  • does not support pointers

  • does not check for validity