longdouble 0.1.2

Provide the c_longdouble type for FFI interop
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 4.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 87.55 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • pluots/longdouble
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tgross35

Longdouble

This crate provides the type alias c_longdouble for FFI interoperability with C's long double. It does not provide any new types.

The exact type that c_longdouble aliases to is based on https://hackmd.io/@8W5l8q6-Qyyn_vKh2-L0RQ/rJpZsmcdh. Currently the only bindings available are for targets where long double is f64. Once the f128 and f116 RFC becomes usable, platforms that use f128 will be supported. If the additional float types RFC lands, bindings for f80 will also be supported.