Crates.io | libtorrent |
lib.rs | libtorrent |
version | 0.1.1 |
source | src |
created_at | 2022-03-03 01:13:18.35621 |
updated_at | 2022-06-13 20:29:19.611351 |
description | Rust API for libtorrent |
homepage | |
repository | https://github.com/shawone/libtorrent-rs |
max_upload_size | |
id | 542659 |
size | 11,967 |
Examples to use libtorrent-sys (cxx bindings)
Print libtorrent version to the standard output.
RUSTFLAGS="-C linker=g++" CXX=g++ cargo run --example version
Conversion magnet link => .torrent file.
RUSTFLAGS="-C linker=g++" CXX=g++ cargo run --example magnet2torrent <magnet>