16 releases
0.2.4 | Jan 15, 2024 |
---|---|
0.2.3 | Nov 4, 2023 |
0.2.2 | Jul 7, 2022 |
0.1.11 | Jan 19, 2022 |
0.1.6 | Jul 19, 2020 |
#491 in Science
22KB
380 lines
Description
(Unofficial) Rust bindings for the LHAPDF C++ library
(Un)safeness
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
lib.rs
:
(Unofficial) Rust wrapper for the LHAPDF C++ library.
Dependencies
~0.5–2MB
~31K SLoC