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
//! Parsers and serializers for EPANET `.inp`, JSON and MessagePack files.

pub mod inp;
pub mod input;
pub mod output;