liblo-sys 0.1.1

Raw FFI bindings for liblo (Open Sound Control library)
docs.rs failed to build liblo-sys-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: liblo-sys-0.2.2

liblo-sys

Raw FFI bindings for the liblo library - a lightweight OSC (Open Sound Control) implementation.

Overview

This crate provides unsafe Rust bindings to liblo, allowing you to send and receive OSC messages in Rust applications. liblo is a C library that implements the Open Sound Control protocol for networked sound and media applications.

Installation

Prerequisites

  • liblo version: Requires liblo >= 0.31
  • Rust: Standard Rust toolchain

System Installation

By default, this crate will search for a system-installed liblo using pkg-config.

On NixOS: The package is included in the default dev-shell of the crate's flake.

nix develop .

On Ubuntu/Debian:

sudo apt-get install liblo-dev

On macOS (with Homebrew):

brew install liblo

Contributing

Contributions are welcome! Please ensure that:

  • FFI bindings are complete and accurate
  • Documentation is updated for any API changes

License

This project is licensed under either of

at your option.

Links