Skip to content

Examples to use libtorrent-sys (libtorrent cxx bindings)

License

Notifications You must be signed in to change notification settings

shawone/libtorrent-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages