libtorrent-sys

Crates.iolibtorrent-sys
lib.rslibtorrent-sys
version1.0.0
sourcesrc
created_at2022-03-03 00:36:49.75488
updated_at2022-06-03 09:50:12.049292
descriptioncxx bindings to libtorrent
homepage
repositoryhttps://github.com/shawone/libtorrent-sys
max_upload_size
id542622
size12,102
Nicolas Chevalier (shawone)

documentation

README

libtorrent-sys

Rust API / cxx bindings for libtorrent.

All c++ reference can be found in libtorrent reference documentation

Exposed API Reference

  • session
  • add_torrent_params
  • add_torrent_params
  • torrent_handle
  • create_torrent
  • parse_magnet_uri()
  • bencode()

Install

1/ Download or build libtorrent (branch C_2_0)

2/ Build libtorrent-sys:

RUSTFLAGS="-C linker=g++" CXX=g++ cargo build
Commit count: 10

cargo fmt