libmapper-rs

Crates.iolibmapper-rs
lib.rslibmapper-rs
version1.3.1
sourcesrc
created_at2024-07-25 14:38:27.911485
updated_at2024-08-26 18:11:17.791312
descriptionRust bindings for libmapper
homepagehttps://libmapper.github.io
repositoryhttps://github.com/libmapper/libmapper-rs
max_upload_size
id1315097
size102,795
Joseph Malloch (malloch)

documentation

README

libmapper-rs

Rust wrapper for the libmapper C library. Allows creation and manipulation of libmapper signals and devices.

Compatibility

Below is a table of the libmapper-rs versions and the libmapper versions they are compatible with.

libmapper-rs libmapper
1.0.0-1.1.0 2.4.7
1.1.0-1.3.1 2.4.9

Notes

  • Libmapper 2.4.9 has a bug causing the pointer to object IDs to be unaligned. This causes rust to panic when calling get_property to get the ID. Turning on release optimizations will mitigate this as it skips rust's alignment check.
Commit count: 0

cargo fmt