Registry / other / hepmc2

hepmc2

JSON →
library0.7.0rscratesunverified

A Rust library for reading and writing files in the HepMC2 format, used in high-energy physics.

# Cargo.toml [dependencies] hepmc2 = "0.7.0"
INSTALL
IMPORT
SIG · HEPMC2
H
hepmc2
otherrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reader
use hepmc2::Reader;

Reading HepMC2 event files.

use hepmc2::Reader; fn main() { let reader = Reader::new("events.hepmc").unwrap(); for event in reader { println!("{:?}", event); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
hepmc2 — cargo add hepmc2 · libregistry