rcl-sys 0.0.2

The C API binding of the ROS client library (rcl)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rcl-sys"
version = "0.0.2"
edition = "2018"
authors = ["Yuma Hiramatsu <yuma.hiramatsu@gmail.com>"]

description = "The C API binding of the ROS client library (rcl)"
repository = "https://github.com/ros2rust/rclrust"
license = "Apache-2.0"

[build-dependencies]
bindgen = "0.59"

[lib]
doctest = false