docs.rs failed to build scs-sdk-telemetry-1.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
scs-sdk-telemetry-1.1.0
scs-sdk-telemetry
This library reads telemetry data from Euro Truck Simulator 2 and American Truck Simulator then parse data into Rust struct.
Based on RenCloud/scs-sdk-plugin
Getting Started
Follow the installation section in RenCloud/scs-sdk-plugin
Examples
Read data:
// main.rs
use SharedMemory;
With serde-rs/json:
# Cargo.toml
[]
= ["json"]
// main.rs
use SharedMemory;
See the docs for all the details.
License
This project is licensed under MPL-2.0.