arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation

Home Page:http://libtorrent.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use libtorrent with rust

pierrbt opened this issue · comments

Is it possible to interface libtorrent with a rust application made with Tauri ?

I don't know if there is already working bindings with the source or binary, and if so can you explane me how ?

Else if someone knows if there is another way I can easily download torrents in Rust ?

Thank you for your answer @ukoz , but I fear this will be a bit hard to make, because of the numerous struct types, the functions, any idea if a rust binding exists, or if there is an easier way ?

@arvidn Do you plan to make an official Rust binding of the library ?