lcax_convert 3.4.0

LCAx is an open, machine and human-readable data format for exchanging LCA results.
Documentation
// LCAByg
#[path = "lcabyg/test_parse_lcabyg.rs"]
mod test_parse_lcabyg;

#[path = "lcabyg/test_parse_lcabyg_project.rs"]
mod test_parse_lcabyg_project;

#[path = "lcabyg/test_parse_product.rs"]
mod test_parse_product;

// ILCD
#[path = "ilcd/test_parse_ilcd.rs"]
mod test_parse_ilcd;

// BR Standard
#[path = "br_standard/test_parse_br_standard.rs"]
mod test_parse_br_standard;

#[path = "br_standard/test_br_from_file.rs"]
mod test_br_from_file;