carla-sys 0.2.0

FFI bindings for Carla simulator
Documentation
1
2
3
4
5
6
7
8
9
10
11
# carla-sys

This crate provides Rust FFI bindings for Carla simulator. It
leverages [autocxx](https://github.com/google/autocxx) to generate
most symbols in libcarla C++ library, and replaces some classes and
functions in `csrc` that are correctly handled by autocxx.

The C++ source code is automatically provided by
[carla-src](../carla-src/README.md) crate. If you prefer to use custom
source directory, set the directory path to `CARLA_DIR` environment
variable.