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

#146 in Science

Download history 10/week @ 2023-12-18 16/week @ 2024-01-15 41/week @ 2024-01-22 22/week @ 2024-01-29 22/week @ 2024-02-05 395/week @ 2024-02-19 68/week @ 2024-02-26 207/week @ 2024-03-04 166/week @ 2024-03-11 60/week @ 2024-03-18 319/week @ 2024-03-25 246/week @ 2024-04-01

795 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–1.3MB
~27K SLoC