libtorrent
libtorrent copied to clipboard
Use libtorrent with rust
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 ?
https://www.rangakrish.com/index.php/2022/05/04/using-dll-functions-in-rust/ https://users.rust-lang.org/t/best-way-to-access-dll-functions-in-rust/14548/5 https://www.reddit.com/r/rust/comments/cc6tbx/loading_dlls_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 ?
For the record, this was answered here already.