carla_src/
lib.rs

1//! This crate probes the libcarla\_client library on the system or
2//! downloads it.
3
4pub mod libcarla_client;
5mod probe;
6
7pub use probe::*;