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
6
7
8
9
10
11
12
13
//! C-compatible FFI layer implementing a subset of the EPANET 2.3 toolkit API.

pub mod analysis_options;
pub mod curves;
pub mod enums;
pub mod error_codes;
pub mod hydraulic_solver;
pub mod links;
pub mod nodes;
pub mod patterns;
pub mod project;
pub mod quality_solver;
pub mod report;