docs.rs failed to build libtorrent-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libtorrent-0.1.1
libtorrent-rs
Examples to use libtorrent-sys (cxx bindings)
Examples
- version
Print libtorrent version to the standard output.
RUSTFLAGS="-C linker=g++" CXX=g++ cargo run --example version
- magnet2torrent
Conversion magnet link => .torrent file.
RUSTFLAGS="-C linker=g++" CXX=g++ cargo run --example magnet2torrent <magnet>