epanet-rs 0.2.2

A fast, modern and safe re-implementation of the EPANET2 hydraulic solver, written in Rust.
Documentation
1
2
3
4
5
//! Utilities for parsing time strings, reading EPANET `.bin` output files and validating results.

pub mod binfile;
pub mod time;
pub mod validate_epanet;