You should have already installed the Rust SDK.
If you haven't already, start a new project with cargo new and add the rerun dependency:
cargo new my_project
cd my_project
cargo add rerunYou're now ready to follow the Log and Ingest tutorial.
You should have already installed the Rust SDK.
If you haven't already, start a new project with cargo new and add the rerun dependency:
cargo new my_project
cd my_project
cargo add rerunYou're now ready to follow the Log and Ingest tutorial.