cubeb

Crates.iocubeb
lib.rscubeb
version0.13.0
sourcesrc
created_at2018-02-21 06:31:12.558188
updated_at2024-05-13 10:06:55.679267
descriptionBindings to libcubeb for interacting with system audio from rust.
homepagehttps://github.com/mozilla/cubeb-rs
repositoryhttps://github.com/mozilla/cubeb-rs
max_upload_size
id52170
size25,394
az (ashleyz)

documentation

README

cubeb-rs

Build Status

Documentation

cubeb bindings for Rust

[dependencies]
cubeb = "0.1"

Building cubeb-rs

First, you'll need to install CMake. Afterwards, just run:

$ git clone https://github.com/djg/cubeb-rs
$ cd cubeb-rs
$ cargo build

License

cubeb-rs is distributed under an ISC-style license. See LICENSE for details.

Commit count: 215

cargo fmt