libtorrent

Crates.iolibtorrent
lib.rslibtorrent
version0.1.1
sourcesrc
created_at2022-03-03 01:13:18.35621
updated_at2022-06-13 20:29:19.611351
descriptionRust API for libtorrent
homepage
repositoryhttps://github.com/shawone/libtorrent-rs
max_upload_size
id542659
size11,967
Nicolas Chevalier (shawone)

documentation

README

libtorrent-rs

Examples to use libtorrent-sys (cxx bindings)

Examples

  1. version

Print libtorrent version to the standard output.

RUSTFLAGS="-C linker=g++" CXX=g++ cargo run --example version

  1. magnet2torrent

Conversion magnet link => .torrent file.

RUSTFLAGS="-C linker=g++" CXX=g++ cargo run --example magnet2torrent <magnet>

Commit count: 4

cargo fmt