librecast-0.1.0 has been yanked.
Rust bindings to the librecast C library via librecast-sys
Usage
To use librecast, run cargo add librecast like normal, then use it like so:
use ;
Examples
Run this first to start a receiver that listens for messages:
Then run this to send messages to the receiver, in a separate terminal:
License
This project is licensed under the GPL-2.0-only or GPL-3.0-only license, at your option.