beep-proto

Crates.iobeep-proto
lib.rsbeep-proto
version0.0.2
sourcesrc
created_at2018-12-22 17:53:23.672559
updated_at2019-01-08 16:21:18.257801
descriptionLimited support for the BEEP protocol (RFC 3080/RFC 3081)
homepagehttps://github.com/mawis
repositoryhttps://github.com/mawis/rust-beep
max_upload_size
id103316
size4,110,239
Matthias Wimmer (mawis)

documentation

README

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.

Commit count: 29

cargo fmt