Skip to main content

Crate paiagram_core

Crate paiagram_core 

Source
Expand description

The core of the Paiagram application. This crate contains the systems used in the runtime and the types.

Re-exports§

pub use trip::class;

Modules§

colors
The color definitions.
entry
Entries define a crate::trip’s location at a given time.
export
Definitions for how to export the current diagram to another format, e.g., an image.
graph
Definitions for the graph.
i18n
import
Import
interval
plugin
problems
Problems
route
Routes are slices of the graph that can be used as the foundation of diagrams. Diagrams use routes as their station list.
settings
User preferences and project settings.
station
trip
units
vehicle
A Vehicle is the executor of a crate::trip::Trip. Each Trip should be executed by a vehicle. Vehicles contain multiple trips, just like how trips contain multiple entries.