MCPcopy Create free account
hub / github.com/RustCV/RustCV / main

Function main

rustcv-camera/build.rs:4–7  ·  view source on GitHub ↗

Build script for rustcv-camera. Compiles platform-specific C/ObjC bridge code.

()

Source from the content-addressed store, hash-verified

2//! Compiles platform-specific C/ObjC bridge code.
3
4fn main() {
5 #[cfg(target_os = "macos")]
6 build_avf_bridge();
7}
8
9#[cfg(target_os = "macos")]
10fn build_avf_bridge() {

Callers

nothing calls this directly

Calls 1

build_avf_bridgeFunction · 0.85

Tested by

no test coverage detected