# Ellie Native Bridge Native library bridge for ellie ## Building library for c ```sh cargo build ``` You can find header in `./target/ellie_native_bridge.h` ## Examples You can find example native libraries [here](https://github.com/behemehal/EllieNativeLibExample)