Crates.io | safe_drive_msg |
lib.rs | safe_drive_msg |
version | 0.2.6 |
source | src |
created_at | 2022-11-07 01:58:08.623492 |
updated_at | 2024-05-14 01:59:57.851797 |
description | A transpiler from ROS2's message types to Rust's types. |
homepage | https://github.com/tier4/safe_drive_msg |
repository | https://github.com/tier4/safe_drive_msg |
max_upload_size | |
id | 706894 |
size | 104,675 |
A transpiler from ROS2's message types to Rust's types. This library is used by cargo-ament-build internally.
use safe_drive_msg;
use std::path::Path;
let dependencies = ["std_msgs", "std_srvs"];
safe_drive_msg::depends(&Path::new("/tmp/output_dir"), &dependencies, safe_drive_msg::SafeDrive::Version("0.2"));
This does not support C/C++ like preprocessor.