Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 516 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 516 Bytes

libxbee-rust

A wrapper for libxbee

Prerequisite

Build and install libxbee you can find it here

Details

The xbee.rs file has been originally generated by rust-bindgen.

Manually added the libc, va_list crates and use of time_t, timespec, va_list::VaList, std::fs::File and related modifications

According to this the modification made to use VaList has good chances to work. The changes for File might not.