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

Function main

rustcv-backend-msmf/examples/camera_view/main.rs:165–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163
164#[tokio::main]
165async fn main() -> Result<()> {
166 #[cfg(target_os = "windows")]
167 {
168 windows_impl::main_body().await
169 }
170 #[cfg(not(target_os = "windows"))]
171 {
172 println!("This example is only available on Windows.");
173 Ok(())
174 }
175}

Callers

nothing calls this directly

Calls 1

main_bodyFunction · 0.85

Tested by

no test coverage detected