choochoo 0.0.0

Automation that starts where it stops.
Documentation
1
2
3
4
5
6
7
#![deny(missing_docs, missing_debug_implementations)]

//! Automation that starts where it stops.

pub use crate::train::Train;

mod train;