Build for use the the FSAE47 Electrical Team for use with their CANdapters to allow for better debugging.
The standard CANdapter analyser and logger programs kinda suck so here you go
- Install Rust by following the Rust Getting Started Guide.
Once this is done, you should have the
rustccompiler and thecargobuild system installed in your path. - Install
cargo-generatecargo install cargo-generate - Set up a sample project with this template
cargo generate --git https://github.com/slint-ui/slint-rust-template --name my-project cd my-project - Build with cargo
cargo build - Run the application binary
cargo run
We recommend using an IDE for development, along with the LSP-based IDE integration for .slint files. You can also load this project directly in Visual Studio Code and install the Slint extension.
