Crates.io | libtorrent-sys |
lib.rs | libtorrent-sys |
version | 1.0.0 |
source | src |
created_at | 2022-03-03 00:36:49.75488 |
updated_at | 2022-06-03 09:50:12.049292 |
description | cxx bindings to libtorrent |
homepage | |
repository | https://github.com/shawone/libtorrent-sys |
max_upload_size | |
id | 542622 |
size | 12,102 |
Rust API / cxx bindings for libtorrent.
All c++ reference can be found in libtorrent reference documentation
1/ Download or build libtorrent (branch C_2_0)
2/ Build libtorrent-sys:
RUSTFLAGS="-C linker=g++" CXX=g++ cargo build