lcm 0.2.0

Rust bindings for the LCM library
Documentation
  • Coverage
  • 81.82%
    9 out of 11 items documented0 out of 0 items with examples
  • Size
  • Source code size: 17.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • adeschamps

LCM Bindings for Rust

crates.io

This crate provides Rust bindings for LCM.

To generate Rust code for your LCM message definitions, you must use [this fork] of lcm-gen. See also the lcm_gen crate to integrate this into a Cargo build. While the fork of lcm-gen is required for generating Rust code, it is not required to use this crate, since it only wraps the official C library.