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

#148 in Science

Download history 15/week @ 2024-01-12 7/week @ 2024-01-19 49/week @ 2024-01-26 20/week @ 2024-02-02 10/week @ 2024-02-09 50/week @ 2024-02-16 374/week @ 2024-02-23 207/week @ 2024-03-01 193/week @ 2024-03-08 68/week @ 2024-03-15 320/week @ 2024-03-22 51/week @ 2024-03-29 8/week @ 2024-04-05

424 downloads per month
Used in 2 crates

GPL-3.0-or-later

22KB
380 lines

Rust codecov Documentation crates.io

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:


lib.rs:

(Unofficial) Rust wrapper for the LHAPDF C++ library.

Dependencies

~0.6–2MB
~31K SLoC