Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 465 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 465 Bytes

This project is move to part of ecu-proto-rs

ZLGCAN driver for rust

  • Build release for Linux x86_64

    cargo build --target x86_64-unknown-linux-gnu --release 
  • Build release for Windows x86_64 with GNU

    cargo build --target x86_64-pc-windows-gnu --release 
  • Build release for Windows x86_64 with MSVC

    cargo build --target x86_64-pc-windows-msvc --release