muse2 2.0.0

A tool for running simulations of energy systems
Documentation
1
2
3
4
/// Write data about build
fn main() {
    built::write_built_file().expect("Failed to acquire build-time information");
}