Docs.rs
cubeb-core-0.28.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cubeb-core 0.28.0
Common types and definitions for cubeb rust and C bindings. Not intended for direct use.
Crate
Source
Builds
Feature flags
Documentation
Hide files
src
.cargo_vcs_info.json
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
LICENSE
1
2
3
fn
main
(
)
{
cc
::
Build
::
new
(
)
.
file
(
"
src/log.c
"
)
.
compile
(
"
cubeb_log_wrap
"
)
;
}