xplm-sys 0.1.2

Bindings for the X-Plane plugin SDK version 2.1
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# xplm-sys: Rust bindings for the X-Plane plugin SDK #

This library provides Rust bindings to version 2.1 of the X-Plane plugin SDK.

## Organization ##

Functions are arranged into modules in a structure similar to the structure of
the SDK header files.

## Compiling ##

This library currently can only be compiled on Mac OS X. Support for other operating
systems can be added easily by modifying `link.rs`.

## License ##

MIT license (see `LICENSE.txt`)