Crate roslibrust_codegen_macro

Source

Macrosยง

find_and_generate_ros_messages
Given a list of paths, generates struct definitions and trait impls for any ros messages found within those paths. Paths are relative to where rustc is being invoked from your mileage may vary.
find_and_generate_ros_messages_without_ros_package_path
Similar to find_and_generate_ros_messages, but does not search the ROS_PACKAGE_PATH environment variable paths (useful in some situations).