kataglyphis_rustprojecttemplate/
lib.rs

1#![doc = include_str!("../docs/_static/getting-started.md")]
2
3pub mod api;
4
5#[cfg(feature = "burn_demos")]
6pub mod burn_demos;
7
8#[cfg(any(feature = "onnx_tract", feature = "onnxruntime"))]
9mod person_detection;
10mod frb_generated;