mawis / rust-beep

Rust bindings for Vortex (a BEEP library)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-beep

This repository makes libvortex usable from Rust.

It's not a real wrapper around the library as the code has been copied over into this repository and uses a new CMake build. This was done to get an easier build for the libaxl and libvortex code especially when doing a cross compile. There is no need to build the libraries on their own as cargo will take care of building the C code as well.

The Rust APIs are limited so far, only providing the base functionality that I need myself. Further extensions of functionality coverage is desired.

Note: I don't expect the build to succeed on non-UNIX at the moment.

About

Rust bindings for Vortex (a BEEP library)

License:GNU Lesser General Public License v2.1


Languages

Language:C 68.7%Language:Rust 29.6%Language:Objective-C 0.9%Language:C++ 0.7%Language:CMake 0.1%