11 releases

new 0.2.2 May 3, 2024
0.2.1 Apr 17, 2024
0.1.7 Mar 25, 2024
0.1.4 Feb 28, 2024
0.1.0 Aug 1, 2023

#37 in Simulation

Download history 7/week @ 2024-02-16 105/week @ 2024-02-23 31/week @ 2024-03-01 8/week @ 2024-03-08 3/week @ 2024-03-15 284/week @ 2024-03-22 184/week @ 2024-03-29 31/week @ 2024-04-05 131/week @ 2024-04-12 18/week @ 2024-04-19

379 downloads per month

BSD-3-Clause

605KB
14K SLoC

altrios-core

Altrios Logo

homepage rust-tests Documentation GitHub

This crate is primarily intended to be used as a backend for the ALTRIOS PyPI package, but it can also function as a dependency for other crates.


lib.rs:

Crate containing models for second-by-second fuel and energy consumption of simulation of locomotive consists comprising collections of individual locomotives, which comprise various powertrain components (engine, generator/alternator, battery, and electric drivetrain) -- all connected to a detailed train model.

Helpful Tips

Every struct in this crate implements methods for serializing/deserializing itself to/from a handful of standard data formats as strings or file read/write operations using traits::SerdeAPI.

Features:

  • pyo3: enable this feature to expose ALTRIOS structs, methods, and functions to Python

Dependencies

~38–54MB
~1M SLoC