gz-transport

Crates.iogz-transport
lib.rsgz-transport
version0.7.4
sourcesrc
created_at2023-10-30 16:39:22.735659
updated_at2023-12-03 00:54:16.642949
descriptionRust wrapper for Gazebo Transport
homepage
repositoryhttps://github.com/eduidl/gz-rs
max_upload_size
id1018770
size24,357
Yuma Hiramatsu (eduidl)

documentation

README

gz-transport

crates.io

Rust wrapper for Gazebo Transport.

Gazebo version Gazebo Transport version
Fortress 11
Garden 12
Harmonic 13

This crate is supporting multiple versions of Gazebo Transport. The version is determined by the feature flag or using pkg-config. If any feature flag (fortress, garden or harmonic) is specified, the related version of gz-transport library will be linked. Naturally, if more than one is specified, a compile error will occur.

[dependencies]
gz-transport = { version = "0.7.4", features = ["garden"] }

Otherwise, no feature flag is specified, the version if determined by using pkg-config. When multiple versions are installed, the newer version takes precedence. If you want to use an older version, set the feature flag as above.

Commit count: 69

cargo fmt