lhapdf

Crates.iolhapdf
lib.rslhapdf
version0.2.4
sourcesrc
created_at2020-05-27 12:56:20.611483
updated_at2024-01-15 15:42:59.743503
description(Unofficial) Rust bindings for the LHAPDF C++ library
homepage
repositoryhttps://github.com/cschwan/lhapdf
max_upload_size
id246664
size66,084
Christopher Schwan (cschwan)

documentation

README

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:

Commit count: 73

cargo fmt