(Unofficial) Rust bindings for the LHAPDF C++ library
The struct Pdf
implements Send
and Sync
, which is only safe as long as
the corresponding member functions in LHAPDF are truly thread safe. The
following versions are known not to be thread safe:
- 6.4.x, see LHAPDF merge request #27
- 6.3.x, see LHAPDF issue #2