A rust library for controlling a model train railroad system.
Feature | Description | Status |
---|---|---|
Automatic driving | IN PROCESS | |
Save and load railway configuration | PLANNING |
As rust is able to use GitHub repositories directly as dependencies you can simply add
locologic = { git = "https://github.com/juhu1705/locologic.git" }
to your Cargo.toml
Not yet available
The documentation is published here
To set up the project yourself please make sure to have rust installed.
To commit to this repository please consider the Contributing rules.
Please note: Always add me to your pull request to test your changes with an active model railroad connection or add some test logs to your commitment.
Dependency | License |
---|---|
tokio-util | MIT |
bytes | MIT |
tokio | MIT |
locodrive | MIT |