Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 331 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 331 Bytes

Rust library for TeamTalk DLL

This TeamTalk library for Rust development generates a Rust library using bindgen. bindgen simply parses TeamTalk.h and generates a Rust API for the TeamTalk DLL.

Use cargo build to build the library.