Files
rerun-io--rerun/docs/content/getting-started/project-setup/rust.md
T
2026-07-13 13:05:14 +08:00

357 B

title, order
title order
Set up a Rust project 300

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 rerun

You're now ready to follow the Log and Ingest tutorial.