We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c9f408 + 5863fa4 commit 3b8efc3Copy full SHA for 3b8efc3
rclrs/build.rs
@@ -1,5 +1,3 @@
1
-extern crate bindgen;
2
-
3
use std::env;
4
use std::fs::read_dir;
5
use std::path::{Path, PathBuf};
rclrs/src/lib.rs
@@ -1,14 +1,10 @@
#![warn(missing_docs)]
-//! Rust client library for ROS2.
+//! Rust client library for ROS 2.
//!
//! For getting started, see the [README][1].
6
//! [1]: https://github.com/ros2-rust/ros2_rust/blob/master/README.md
7
8
-extern crate parking_lot;
9
-extern crate rosidl_runtime_rs;
10
-extern crate std;
11
12
mod context;
13
mod error;
14
mod node;
0 commit comments