Expand description
A comprehensive Rust library implementing transportation engineering methodologies from the Highway Capacity Manual (HCM) and other sources.
Re-exports§
pub use utils::math;pub use crate::hcm::*;pub use crate::hcm::basicfreeways::*;pub use crate::hcm::constraints::*;pub use crate::hcm::twolanehighways::*;
Modules§
Enums§
- Transportation
Error - Library-wide error types
Constants§
Type Aliases§
- Result
- Result type used throughout the library