Skip to main content

Crate transportations_library

Crate transportations_library 

Source
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§

hcm
utils

Enums§

TransportationError
Library-wide error types

Constants§

NAME
VERSION

Type Aliases§

Result
Result type used throughout the library